/*! Humaan */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

svg {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

@font-face {
	font-family: 'GT Walsheim Light';
	src: url("_fonts/webfont/GT-Walsheim-Ultra-Light.eot");
	src: url("_fonts/webfont/GT-Walsheim-Ultra-Light.eot?#iefix") format("embedded-opentype"), url("_fonts/webfont/GT-Walsheim-Ultra-Light.woff") format("woff"), url("_fonts/webfont/GT-Walsheim-Ultra-Light.ttf") format("truetype");
}

@font-face {
	font-family: 'GT Walsheim Regular';
	src: url("_fonts/webfont/GT-Walsheim-Light.eot");
	src: url("_fonts/webfont/GT-Walsheim-Light.eot?#iefix") format("embedded-opentype"), url("_fonts/webfont/GT-Walsheim-Light.woff") format("woff"), url("_fonts/webfont/GT-Walsheim-Light.ttf") format("truetype");
}

@font-face {
	font-family: 'GT Walsheim Medium';
	src: url("_fonts/webfont/GT-Walsheim-Regular.eot");
	src: url("_fonts/webfont/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("_fonts/webfont/GT-Walsheim-Regular.woff") format("woff"), url("_fonts/webfont/GT-Walsheim-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'GT Walsheim Bold';
	src: url("_fonts/webfont/GT-Walsheim-Bold.eot");
	src: url("_fonts/webfont/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("_fonts/webfont/GT-Walsheim-Bold.woff") format("woff"), url("_fonts/webfont/GT-Walsheim-Bold.ttf") format("truetype");
}

html {
	font-size: 6.25%;
}

::-moz-selection {
	background: rgba(255, 255, 255, 0.3);
}

::selection {
	background: rgba(255, 255, 255, 0.3);
}

.panel-white ::-moz-selection {
	background: rgba(27, 29, 30, 0.05);
}

.panel-white ::selection {
	background: rgba(27, 29, 30, 0.05);
}

.panel-white .panel-dark ::-moz-selection {
	background: rgba(255, 255, 255, 0.3);
}

.panel-white .panel-dark ::selection {
	background: rgba(255, 255, 255, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

p {
	margin: 0;
}

p + p {
	margin: 30px 0 0;
}

strong {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code,
kbd,
pre,
samp {
	font-size: 18px;
	font-size: 18rem;
}

a {
	outline: 0;
	text-decoration: none;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

@font-face {
	font-family: "Icons";
	src: url("_fonts/Icons.eot");
	src: url("_fonts/Icons.eot?#iefix") format("eot"), url("_fonts/Icons.woff") format("woff"), url("_fonts/Icons.ttf") format("truetype"), url("_fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01-brand-head:before {
	content: "\E001";
}

.icon-icn_02-brand-full:before {
	content: "\E002";
}

.icon-icn_03-mail:before {
	content: "\E003";
}

.icon-icn_04-open:before {
	content: "\E004";
}

.icon-icn_05-hand:before {
	content: "\E005";
}

.icon-icn_06-tick:before {
	content: "\E006";
}

.icon-icn_07-imac:before {
	content: "\E007";
}

.icon-icn_08-phone:before {
	content: "\E008";
}

.icon-icn_09-trolley:before {
	content: "\E009";
}

.icon-icn_10-oragami:before {
	content: "\E00A";
}

.icon-icn_11-paperclip:before {
	content: "\E00B";
}

.icon-icn_12-social-twitter:before {
	content: "\E00C";
}

.icon-icn_13-social-fb:before {
	content: "\E00D";
}

.icon-icn_14-search:before {
	content: "\E00E";
}

.icon-icn_15-eye:before {
	content: "\E00F";
}

.icon-icn_16-down-arrow:before {
	content: "\E010";
}

.icon-icn_17-social-dribble:before {
	content: "\E011";
}

.icon-icn_18-social-ig:before {
	content: "\E012";
}

input,
textarea {
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 0px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	transition: color 0.15s linear;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	transition: color 0.15s linear;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	transition: color 0.15s linear;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	appearance: checkbox !important;
}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s,top .3s;
	transition: left .3s,top .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 2px;
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
	cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
	background: #B8B8B8;
}

[disabled] .noUi-handle {
	cursor: not-allowed;
}

.noUi-dragable {
	cursor: ew-resize;
}

.noUi-horizontal {
	height: 30px;
	padding: 4px;
	border-radius: 15px;
}

.noUi-background {
	border: none !important;
	box-shadow: none !important;
	background: #eee;
}

.noUi-connect {
	box-shadow: none !important;
	background: #78d55b !important;
	border: none !important;
	border-radius: 20px !important;
}

.noUi-origin:not(.noUi-connect) {
	border-radius: 0 20px 20px 0;
	margin: 0 -1px 0 0;
}

.noUi-origin:not(.noUi-connect):before,
.noUi-origin:not(.noUi-connect):after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 25px;
}

.noUi-origin:not(.noUi-connect):before {
	background: #eee;
}

.noUi-origin:not(.noUi-connect):after {
	background: #78d55b;
	border-radius: 0 20px 20px 0;
}

.filter-range .noUi-base .noUi-handle {
	border: none;
	box-shadow: none;
	background: transparent;
	width: 22px;
	height: 22px;
	left: 0;
	top: 0;
	cursor: hand;
	cursor: -webkit-grab;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.filter-range .noUi-base .noUi-handle.noUi-handle-upper {
	left: -22px;
}

.filter-range .noUi-base .noUi-handle.noUi-active {
	cursor: hand;
	cursor: -webkit-grabbing;
}

.filter-range .noUi-base .noUi-handle:after {
	display: none !important;
}

.filter-range .noUi-base .noUi-handle:before {
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
	background: #fff;
	border-radius: 100%;
}

.individual-slide .noUi-origin:not(.noUi-connect):before,
.individual-slide .noUi-origin:not(.noUi-connect):after {
	display: none !important;
}

.individual-slide .noUi-base .noUi-handle {
	border: none;
	box-shadow: none;
	background: #434343;
	width: 14px;
	height: 44px;
	left: -7px;
	top: -11px;
	cursor: hand;
	cursor: -webkit-grab;
	border-radius: 14px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.individual-slide .noUi-base .noUi-handle.noUi-active {
	cursor: hand;
	cursor: -webkit-grabbing;
}

.individual-slide .noUi-base .noUi-handle:before,
.individual-slide .noUi-base .noUi-handle:after {
	display: none !important;
}

button {
	border: none;
	outline: none;
}

.btn {
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	color: #797979;
	border: 1px solid transparent;
	-webkit-transition: border 0.15s linear, color 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear;
}

.btn:hover {
	color: #fff;
}

.btn.btn-border {
	border-color: #a4a4a4;
}

html:not(.mobile):not(.tablet) .btn.btn-border:hover,
.btn.btn-border.on_press {
	border-color: #3beb9e;
	color: #525252;
}

.arrow-link {
	position: relative;
	display: inline-block !important;
	padding: 10px 88px 10px 0;
}

.arrow-link:before,
.arrow-link:after {
	display: block;
	content: ' ';
	position: absolute;
}

.arrow-link:before {
	top: 50%;
	right: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #3beb9e;
	-webkit-transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.arrow-link:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #3beb9e;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: right 0.15s linear, border-color 0.15s linear;
	transition: right 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .arrow-link:hover,
.arrow-link.on_press {
	color: #3beb9e;
}

html:not(.mobile):not(.tablet) .arrow-link:hover:before,
.arrow-link.on_press:before {
	right: 0;
	width: 66px;
	background-color: #3beb9e;
}

html:not(.mobile):not(.tablet) .arrow-link:hover:after,
.arrow-link.on_press:after {
	right: -5px;
	border-left-color: #3beb9e;
}

.step-in {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.waypoint-reveal .step-in {
	opacity: 1;
}

.step-in.step-slow {
	-webkit-transition: opacity 1.2s linear;
	transition: opacity 1.2s linear;
}

.step-in-left {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.waypoint-reveal .step-in-left {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.step-in-left.step-slow {
	-webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
	transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-in-right {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.waypoint-reveal .step-in-right {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.step-in-right.step-slow {
	-webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
	transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-out-right {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.waypoint-reveal .step-out-right {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	opacity: 0;
	-webkit-transform: translate(50px);
	transform: translate(50px);
}

.step-out-right.step-slow {
	-webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
	transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-out-left {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.waypoint-reveal .step-out-left {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
	opacity: 0;
	-webkit-transform: translate(-50px);
	transform: translate(-50px);
}

.step-out-left.step-slow {
	-webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
	transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-up {
	opacity: 0;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
}

.waypoint-reveal .step-up {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.step-up.step-slow {
	-webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
	transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-down {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
	transition: opacity 0.5s linear, transform 0.5s ease;
}

.waypoint-reveal .step-down {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.zoom-in {
	opacity: 0;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.waypoint-reveal .zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.step-in:nth-child(1),
.step-in-left:nth-child(1),
.step-in-right:nth-child(1),
.step-up:nth-child(1),
.step-down:nth-child(1) {
	-webkit-transition-delay: 0.15s !important;
	transition-delay: 0.15s !important;
}

.step-in[data-delay="1"],
.step-in-left[data-delay="1"],
.step-in-right[data-delay="1"],
.step-up[data-delay="1"],
.step-down[data-delay="1"],
.zoom-in[data-delay="1"] {
	-webkit-transition-delay: 0.15s !important;
	transition-delay: 0.15s !important;
}

.step-in:nth-child(2),
.step-in-left:nth-child(2),
.step-in-right:nth-child(2),
.step-up:nth-child(2),
.step-down:nth-child(2) {
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}

.step-in[data-delay="2"],
.step-in-left[data-delay="2"],
.step-in-right[data-delay="2"],
.step-up[data-delay="2"],
.step-down[data-delay="2"],
.zoom-in[data-delay="2"] {
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}

.step-in:nth-child(3),
.step-in-left:nth-child(3),
.step-in-right:nth-child(3),
.step-up:nth-child(3),
.step-down:nth-child(3) {
	-webkit-transition-delay: 0.45s !important;
	transition-delay: 0.45s !important;
}

.step-in[data-delay="3"],
.step-in-left[data-delay="3"],
.step-in-right[data-delay="3"],
.step-up[data-delay="3"],
.step-down[data-delay="3"],
.zoom-in[data-delay="3"] {
	-webkit-transition-delay: 0.45s !important;
	transition-delay: 0.45s !important;
}

.step-in:nth-child(4),
.step-in-left:nth-child(4),
.step-in-right:nth-child(4),
.step-up:nth-child(4),
.step-down:nth-child(4) {
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}

.step-in[data-delay="4"],
.step-in-left[data-delay="4"],
.step-in-right[data-delay="4"],
.step-up[data-delay="4"],
.step-down[data-delay="4"],
.zoom-in[data-delay="4"] {
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}

.step-in:nth-child(5),
.step-in-left:nth-child(5),
.step-in-right:nth-child(5),
.step-up:nth-child(5),
.step-down:nth-child(5) {
	-webkit-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
}

.step-in[data-delay="5"],
.step-in-left[data-delay="5"],
.step-in-right[data-delay="5"],
.step-up[data-delay="5"],
.step-down[data-delay="5"],
.zoom-in[data-delay="5"] {
	-webkit-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
}

.step-in:nth-child(6),
.step-in-left:nth-child(6),
.step-in-right:nth-child(6),
.step-up:nth-child(6),
.step-down:nth-child(6) {
	-webkit-transition-delay: 0.9s !important;
	transition-delay: 0.9s !important;
}

.step-in[data-delay="6"],
.step-in-left[data-delay="6"],
.step-in-right[data-delay="6"],
.step-up[data-delay="6"],
.step-down[data-delay="6"],
.zoom-in[data-delay="6"] {
	-webkit-transition-delay: 0.9s !important;
	transition-delay: 0.9s !important;
}

.step-in:nth-child(7),
.step-in-left:nth-child(7),
.step-in-right:nth-child(7),
.step-up:nth-child(7),
.step-down:nth-child(7) {
	-webkit-transition-delay: 1.05s !important;
	transition-delay: 1.05s !important;
}

.step-in[data-delay="7"],
.step-in-left[data-delay="7"],
.step-in-right[data-delay="7"],
.step-up[data-delay="7"],
.step-down[data-delay="7"],
.zoom-in[data-delay="7"] {
	-webkit-transition-delay: 1.05s !important;
	transition-delay: 1.05s !important;
}

.step-in:nth-child(8),
.step-in-left:nth-child(8),
.step-in-right:nth-child(8),
.step-up:nth-child(8),
.step-down:nth-child(8) {
	-webkit-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}

.step-in[data-delay="8"],
.step-in-left[data-delay="8"],
.step-in-right[data-delay="8"],
.step-up[data-delay="8"],
.step-down[data-delay="8"],
.zoom-in[data-delay="8"] {
	-webkit-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}

.step-in:nth-child(9),
.step-in-left:nth-child(9),
.step-in-right:nth-child(9),
.step-up:nth-child(9),
.step-down:nth-child(9) {
	-webkit-transition-delay: 1.35s !important;
	transition-delay: 1.35s !important;
}

.step-in[data-delay="9"],
.step-in-left[data-delay="9"],
.step-in-right[data-delay="9"],
.step-up[data-delay="9"],
.step-down[data-delay="9"],
.zoom-in[data-delay="9"] {
	-webkit-transition-delay: 1.35s !important;
	transition-delay: 1.35s !important;
}

.step-in:nth-child(10),
.step-in-left:nth-child(10),
.step-in-right:nth-child(10),
.step-up:nth-child(10),
.step-down:nth-child(10) {
	-webkit-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.step-in[data-delay="10"],
.step-in-left[data-delay="10"],
.step-in-right[data-delay="10"],
.step-up[data-delay="10"],
.step-down[data-delay="10"],
.zoom-in[data-delay="10"] {
	-webkit-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.step-in:nth-child(11),
.step-in-left:nth-child(11),
.step-in-right:nth-child(11),
.step-up:nth-child(11),
.step-down:nth-child(11) {
	-webkit-transition-delay: 1.65s !important;
	transition-delay: 1.65s !important;
}

.step-in[data-delay="11"],
.step-in-left[data-delay="11"],
.step-in-right[data-delay="11"],
.step-up[data-delay="11"],
.step-down[data-delay="11"],
.zoom-in[data-delay="11"] {
	-webkit-transition-delay: 1.65s !important;
	transition-delay: 1.65s !important;
}

.step-in:nth-child(12),
.step-in-left:nth-child(12),
.step-in-right:nth-child(12),
.step-up:nth-child(12),
.step-down:nth-child(12) {
	-webkit-transition-delay: 1.8s !important;
	transition-delay: 1.8s !important;
}

.step-in[data-delay="12"],
.step-in-left[data-delay="12"],
.step-in-right[data-delay="12"],
.step-up[data-delay="12"],
.step-down[data-delay="12"],
.zoom-in[data-delay="12"] {
	-webkit-transition-delay: 1.8s !important;
	transition-delay: 1.8s !important;
}

.step-in:nth-child(13),
.step-in-left:nth-child(13),
.step-in-right:nth-child(13),
.step-up:nth-child(13),
.step-down:nth-child(13) {
	-webkit-transition-delay: 1.95s !important;
	transition-delay: 1.95s !important;
}

.step-in[data-delay="13"],
.step-in-left[data-delay="13"],
.step-in-right[data-delay="13"],
.step-up[data-delay="13"],
.step-down[data-delay="13"],
.zoom-in[data-delay="13"] {
	-webkit-transition-delay: 1.95s !important;
	transition-delay: 1.95s !important;
}

.step-in:nth-child(14),
.step-in-left:nth-child(14),
.step-in-right:nth-child(14),
.step-up:nth-child(14),
.step-down:nth-child(14) {
	-webkit-transition-delay: 2.1s !important;
	transition-delay: 2.1s !important;
}

.step-in[data-delay="14"],
.step-in-left[data-delay="14"],
.step-in-right[data-delay="14"],
.step-up[data-delay="14"],
.step-down[data-delay="14"],
.zoom-in[data-delay="14"] {
	-webkit-transition-delay: 2.1s !important;
	transition-delay: 2.1s !important;
}

.step-in:nth-child(15),
.step-in-left:nth-child(15),
.step-in-right:nth-child(15),
.step-up:nth-child(15),
.step-down:nth-child(15) {
	-webkit-transition-delay: 2.25s !important;
	transition-delay: 2.25s !important;
}

.step-in[data-delay="15"],
.step-in-left[data-delay="15"],
.step-in-right[data-delay="15"],
.step-up[data-delay="15"],
.step-down[data-delay="15"],
.zoom-in[data-delay="15"] {
	-webkit-transition-delay: 2.25s !important;
	transition-delay: 2.25s !important;
}

.step-in:nth-child(16),
.step-in-left:nth-child(16),
.step-in-right:nth-child(16),
.step-up:nth-child(16),
.step-down:nth-child(16) {
	-webkit-transition-delay: 2.4s !important;
	transition-delay: 2.4s !important;
}

.step-in[data-delay="16"],
.step-in-left[data-delay="16"],
.step-in-right[data-delay="16"],
.step-up[data-delay="16"],
.step-down[data-delay="16"],
.zoom-in[data-delay="16"] {
	-webkit-transition-delay: 2.4s !important;
	transition-delay: 2.4s !important;
}

.step-in:nth-child(17),
.step-in-left:nth-child(17),
.step-in-right:nth-child(17),
.step-up:nth-child(17),
.step-down:nth-child(17) {
	-webkit-transition-delay: 2.55s !important;
	transition-delay: 2.55s !important;
}

.step-in[data-delay="17"],
.step-in-left[data-delay="17"],
.step-in-right[data-delay="17"],
.step-up[data-delay="17"],
.step-down[data-delay="17"],
.zoom-in[data-delay="17"] {
	-webkit-transition-delay: 2.55s !important;
	transition-delay: 2.55s !important;
}

.step-in:nth-child(18),
.step-in-left:nth-child(18),
.step-in-right:nth-child(18),
.step-up:nth-child(18),
.step-down:nth-child(18) {
	-webkit-transition-delay: 2.7s !important;
	transition-delay: 2.7s !important;
}

.step-in[data-delay="18"],
.step-in-left[data-delay="18"],
.step-in-right[data-delay="18"],
.step-up[data-delay="18"],
.step-down[data-delay="18"],
.zoom-in[data-delay="18"] {
	-webkit-transition-delay: 2.7s !important;
	transition-delay: 2.7s !important;
}

.step-in:nth-child(19),
.step-in-left:nth-child(19),
.step-in-right:nth-child(19),
.step-up:nth-child(19),
.step-down:nth-child(19) {
	-webkit-transition-delay: 2.85s !important;
	transition-delay: 2.85s !important;
}

.step-in[data-delay="19"],
.step-in-left[data-delay="19"],
.step-in-right[data-delay="19"],
.step-up[data-delay="19"],
.step-down[data-delay="19"],
.zoom-in[data-delay="19"] {
	-webkit-transition-delay: 2.85s !important;
	transition-delay: 2.85s !important;
}

.step-in:nth-child(20),
.step-in-left:nth-child(20),
.step-in-right:nth-child(20),
.step-up:nth-child(20),
.step-down:nth-child(20) {
	-webkit-transition-delay: 3s !important;
	transition-delay: 3s !important;
}

.step-in[data-delay="20"],
.step-in-left[data-delay="20"],
.step-in-right[data-delay="20"],
.step-up[data-delay="20"],
.step-down[data-delay="20"],
.zoom-in[data-delay="20"] {
	-webkit-transition-delay: 3s !important;
	transition-delay: 3s !important;
}

.step-in:nth-child(21),
.step-in-left:nth-child(21),
.step-in-right:nth-child(21),
.step-up:nth-child(21),
.step-down:nth-child(21) {
	-webkit-transition-delay: 3.15s !important;
	transition-delay: 3.15s !important;
}

.step-in[data-delay="21"],
.step-in-left[data-delay="21"],
.step-in-right[data-delay="21"],
.step-up[data-delay="21"],
.step-down[data-delay="21"],
.zoom-in[data-delay="21"] {
	-webkit-transition-delay: 3.15s !important;
	transition-delay: 3.15s !important;
}

.step-in:nth-child(22),
.step-in-left:nth-child(22),
.step-in-right:nth-child(22),
.step-up:nth-child(22),
.step-down:nth-child(22) {
	-webkit-transition-delay: 3.3s !important;
	transition-delay: 3.3s !important;
}

.step-in[data-delay="22"],
.step-in-left[data-delay="22"],
.step-in-right[data-delay="22"],
.step-up[data-delay="22"],
.step-down[data-delay="22"],
.zoom-in[data-delay="22"] {
	-webkit-transition-delay: 3.3s !important;
	transition-delay: 3.3s !important;
}

.step-in:nth-child(23),
.step-in-left:nth-child(23),
.step-in-right:nth-child(23),
.step-up:nth-child(23),
.step-down:nth-child(23) {
	-webkit-transition-delay: 3.45s !important;
	transition-delay: 3.45s !important;
}

.step-in[data-delay="23"],
.step-in-left[data-delay="23"],
.step-in-right[data-delay="23"],
.step-up[data-delay="23"],
.step-down[data-delay="23"],
.zoom-in[data-delay="23"] {
	-webkit-transition-delay: 3.45s !important;
	transition-delay: 3.45s !important;
}

.step-in:nth-child(24),
.step-in-left:nth-child(24),
.step-in-right:nth-child(24),
.step-up:nth-child(24),
.step-down:nth-child(24) {
	-webkit-transition-delay: 3.6s !important;
	transition-delay: 3.6s !important;
}

.step-in[data-delay="24"],
.step-in-left[data-delay="24"],
.step-in-right[data-delay="24"],
.step-up[data-delay="24"],
.step-down[data-delay="24"],
.zoom-in[data-delay="24"] {
	-webkit-transition-delay: 3.6s !important;
	transition-delay: 3.6s !important;
}

.step-in:nth-child(25),
.step-in-left:nth-child(25),
.step-in-right:nth-child(25),
.step-up:nth-child(25),
.step-down:nth-child(25) {
	-webkit-transition-delay: 3.75s !important;
	transition-delay: 3.75s !important;
}

.step-in[data-delay="25"],
.step-in-left[data-delay="25"],
.step-in-right[data-delay="25"],
.step-up[data-delay="25"],
.step-down[data-delay="25"],
.zoom-in[data-delay="25"] {
	-webkit-transition-delay: 3.75s !important;
	transition-delay: 3.75s !important;
}

.step-in:nth-child(26),
.step-in-left:nth-child(26),
.step-in-right:nth-child(26),
.step-up:nth-child(26),
.step-down:nth-child(26) {
	-webkit-transition-delay: 3.9s !important;
	transition-delay: 3.9s !important;
}

.step-in[data-delay="26"],
.step-in-left[data-delay="26"],
.step-in-right[data-delay="26"],
.step-up[data-delay="26"],
.step-down[data-delay="26"],
.zoom-in[data-delay="26"] {
	-webkit-transition-delay: 3.9s !important;
	transition-delay: 3.9s !important;
}

.step-in:nth-child(27),
.step-in-left:nth-child(27),
.step-in-right:nth-child(27),
.step-up:nth-child(27),
.step-down:nth-child(27) {
	-webkit-transition-delay: 4.05s !important;
	transition-delay: 4.05s !important;
}

.step-in[data-delay="27"],
.step-in-left[data-delay="27"],
.step-in-right[data-delay="27"],
.step-up[data-delay="27"],
.step-down[data-delay="27"],
.zoom-in[data-delay="27"] {
	-webkit-transition-delay: 4.05s !important;
	transition-delay: 4.05s !important;
}

.step-in:nth-child(28),
.step-in-left:nth-child(28),
.step-in-right:nth-child(28),
.step-up:nth-child(28),
.step-down:nth-child(28) {
	-webkit-transition-delay: 4.2s !important;
	transition-delay: 4.2s !important;
}

.step-in[data-delay="28"],
.step-in-left[data-delay="28"],
.step-in-right[data-delay="28"],
.step-up[data-delay="28"],
.step-down[data-delay="28"],
.zoom-in[data-delay="28"] {
	-webkit-transition-delay: 4.2s !important;
	transition-delay: 4.2s !important;
}

.step-in:nth-child(29),
.step-in-left:nth-child(29),
.step-in-right:nth-child(29),
.step-up:nth-child(29),
.step-down:nth-child(29) {
	-webkit-transition-delay: 4.35s !important;
	transition-delay: 4.35s !important;
}

.step-in[data-delay="29"],
.step-in-left[data-delay="29"],
.step-in-right[data-delay="29"],
.step-up[data-delay="29"],
.step-down[data-delay="29"],
.zoom-in[data-delay="29"] {
	-webkit-transition-delay: 4.35s !important;
	transition-delay: 4.35s !important;
}

.step-in:nth-child(30),
.step-in-left:nth-child(30),
.step-in-right:nth-child(30),
.step-up:nth-child(30),
.step-down:nth-child(30) {
	-webkit-transition-delay: 4.5s !important;
	transition-delay: 4.5s !important;
}

.step-in[data-delay="30"],
.step-in-left[data-delay="30"],
.step-in-right[data-delay="30"],
.step-up[data-delay="30"],
.step-down[data-delay="30"],
.zoom-in[data-delay="30"] {
	-webkit-transition-delay: 4.5s !important;
	transition-delay: 4.5s !important;
}

.step-in:nth-child(31),
.step-in-left:nth-child(31),
.step-in-right:nth-child(31),
.step-up:nth-child(31),
.step-down:nth-child(31) {
	-webkit-transition-delay: 4.65s !important;
	transition-delay: 4.65s !important;
}

.step-in[data-delay="31"],
.step-in-left[data-delay="31"],
.step-in-right[data-delay="31"],
.step-up[data-delay="31"],
.step-down[data-delay="31"],
.zoom-in[data-delay="31"] {
	-webkit-transition-delay: 4.65s !important;
	transition-delay: 4.65s !important;
}

.waypoint .step-delay-0-5 {
	-webkit-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
}

.waypoint .step-delay-1 {
	-webkit-transition-delay: 1s !important;
	transition-delay: 1s !important;
}

.waypoint .step-delay-1-5 {
	-webkit-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.site-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #fff;
	z-index: 500;
	-webkit-overflow-scrolling: touch;
}

.site-menu .header-logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 20;
}

.menu-close {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	top: 36px;
	right: 40px;
	background: transparent;
	overflow: hidden;
}

.menu-close:before,
.menu-close:after {
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 14px;
	background: #fff;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s linear, background 0.15s linear;
	transition: transform 0.3s linear, background 0.15s linear;
}

.menu-close.is-active:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.menu-close.is-active:after {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

html:not(.mobile):not(.tablet) .menu-close:hover:before,
html:not(.mobile):not(.tablet) .menu-close:hover:after,
.menu-close.on_press:before,
.menu-close.on_press:after {
	background: #3beb9e;
}

.menu-col {
	float: left;
	width: 50%;
	height: 100%;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-col .menu-col-inner {
	width: 75%;
	margin: 0 auto;
	padding: 90px 0;
}

.menu-col h2 {
	margin: 0 0 20px;
	color: #a4a4a4;
	font-size: 22px;
	font-size: 22rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-col.menu {
	background: #1b1d1e;
}

.menu-feature ::-moz-selection {
	background-color: rgba(27, 29, 30, 0.1);
}

.menu-feature ::selection {
	background-color: rgba(27, 29, 30, 0.1);
}

.menu-feature .blog-item {
	color: #797979;
	outline: none;
	font-size: 20px;
	font-size: 20rem;
}

.menu-feature .blog-item a {
	color: #434343;
}

html:not(.mobile):not(.tablet) .menu-feature .blog-item a:hover,
.menu-feature .blog-item a.on_press {
	color: #5caccd;
}

.menu-feature .blog-item h3 {
	letter-spacing: normal;
	line-height: 1;
	margin: 0 0 12px -1px;
	font-size: 40px;
	font-size: 40rem;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-feature .blog-item .blog-meta {
	color: #1b1d1e;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-size: 11rem;
}

.menu-feature .blog-item .blog-meta a {
	margin: 0 0 0 10px;
	color: #a4a4a4;
}

.menu-feature .blog-item .blog-author .blog-profile {
	float: left;
	background: #a4a4a4;
	width: 44px;
	height: 44px;
	margin: 0 15px 0 0;
	border-radius: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.menu-feature .blog-item .blog-author a {
	margin: 0;
	display: block;
	color: #1b1d1e;
}

.menu-feature .blog-item .blog-meta-item {
	float: left;
	margin: 0 15px 0 0;
	line-height: 44px;
	font-size: 13px;
	font-size: 13rem;
}

.menu-feature .blog-item .blog-read-more {
	display: inline-block;
	margin: 30px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-feature .blog-item .blog-aux {
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-feature .blog-item .blog-aux a {
	margin: 0 15px 0 0;
}

.menu-feature .blog-item .blog-hero-thumb {
	margin: 30px 0;
}

.menu-feature .blog-item .blog-hero-thumb a {
	display: block;
}

.menu-feature .blog-item .blog-hero-thumb img {
	display: block;
	width: 100%;
	height: auto !important;
}

.menu {
	font-size: 20px;
	font-size: 20rem;
}

.menu ul {
	padding: 0;
	list-style: none;
}

.menu-primary {
	margin: 9vh 0;
	font-size: 40px;
	font-size: 40rem;
}

.menu-primary a {
	color: #fff;
}

html:not(.mobile):not(.tablet) .menu-primary a:hover,
.menu-primary a.on_press {
	color: #3beb9e;
}

.menu-primary li + li {
	margin: 25px 0 0;
}

.menu-secondary {
	margin: 0;
}

.menu-secondary a {
	color: #797979;
}

html:not(.mobile):not(.tablet) .menu-secondary a:hover,
.menu-secondary a.on_press {
	color: #fff;
}

.menu-secondary li + li {
	margin: 20px 0 0;
}

.device-ipad,
.device-iphone,
.device-hero {
	position: relative;
	z-index: 2;
}

.device-hero {
	position: absolute;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.device-hero img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.device-iphone {
	width: 100px;
	border-radius: 18px;
	padding: 0 0 206%;
	background: #f4f5f7;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 3px 2px #fff;
}

.device-iphone:before,
.device-iphone:after {
	position: absolute;
	display: block;
	content: ' ';
}

.device-iphone:before {
	top: 14px;
	left: calc(50% - 10%);
	width: 20%;
	padding: 0 0 1.3%;
	border-radius: 40px;
	background: #d6d7d9;
}

.device-iphone:after {
	bottom: 10px;
	left: calc(50% - 5%);
	width: 10%;
	padding: 0 0 10%;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 2px #d6d7d9;
}

.device-iphone + .device-hero {
	background: #fff;
	top: 25px;
	bottom: 28px;
	max-width: 250px;
	max-height: 446px;
	left: 4%;
	width: calc(100% - 8%);
}

.device-iphone.device-small {
	width: 80px;
	border-radius: 15px;
}

.device-iphone.device-small:before {
	top: 10px;
}

.device-iphone.device-small:after {
	bottom: 8px;
}

.device-iphone.device-small + .device-hero {
	top: 20px;
	bottom: 23px;
}

.device-iphone.device-landscape {
	width: 394px;
	height: 200px;
	padding: 0;
}

.device-iphone.device-landscape:before {
	left: 12px;
	left: auto;
	width: auto;
	top: calc(50% - 10%);
	height: 20%;
	padding: 0 0 0 0.6%;
}

.device-iphone.device-landscape:after {
	right: 5px;
	top: calc(50% - 5%);
	width: auto;
	height: 10%;
	padding: 0 0 0 5%;
	border-radius: 100%;
	bottom: auto;
	left: auto;
}

.device-iphone.device-landscape + .device-hero {
	background: #fff;
	left: 30px;
	right: 35px;
	max-width: 446px;
	max-height: 250px;
	top: 4%;
	height: calc(100% - 8%);
	width: auto;
}

.device-iphone.device-dark {
	background: #252728;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 3px 2px rgba(255, 255, 255, 0.05);
}

.device-iphone.device-dark:before {
	background: #101212;
}

.device-iphone.device-dark:after {
	box-shadow: 0px 0px 0px 2px #101212;
}

.device-ipad {
	width: 250px;
	border-radius: 10px;
	padding: 0 0 139.4%;
	background: #f4f5f7;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 3px 2px #fff;
}

.device-ipad:before,
.device-ipad:after {
	position: absolute;
	display: block;
	content: ' ';
}

.device-ipad:before {
	top: 13px;
	left: calc(50% - 1%);
	width: 2%;
	padding: 0 0 2%;
	border-radius: 100%;
	background: #d6d7d9;
}

.device-ipad:after {
	bottom: 10px;
	left: calc(50% - 3.5%);
	width: 7%;
	padding: 0 0 7%;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 2px #d6d7d9;
}

.device-ipad + .device-hero {
	background: #fff;
	top: 30px;
	bottom: 35px;
	max-width: 492px;
	max-height: 657px;
	left: 4%;
	width: calc(100% - 8%);
}

.device-ipad.device-landscape {
	width: 400px;
	height: 266px;
	padding: 0;
}

.device-ipad.device-landscape:before {
	left: 12px;
	top: calc(50% - 0.5%);
	width: 1%;
	padding: 0 0 1%;
}

.device-ipad.device-landscape:after {
	right: 9px;
	top: calc(50% - 2%);
	width: 4%;
	padding: 0 0 4%;
	bottom: auto;
	left: auto;
}

.device-ipad.device-landscape + .device-hero {
	background: #fff;
	left: 30px;
	right: 35px;
	max-width: 682px;
	max-height: 507px;
	top: 4%;
	height: calc(100% - 8%);
	width: auto;
}

.device-ipad.device-dark {
	background: #252728;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 3px 2px rgba(255, 255, 255, 0.05);
}

.device-ipad.device-dark:before {
	background: #101212;
}

.device-ipad.device-dark:after {
	box-shadow: 0px 0px 0px 2px #101212;
}

.device-ipad.device-dark + .device-hero {
	background: #252728;
}

.device-laptop {
	border-radius: 11px 11px 0 0;
	background: #070808;
	box-shadow: inset 0px 1px 1px #f4f5f7;
	width: 400px;
	height: 254px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.device-laptop:before,
.device-laptop:after {
	position: absolute;
	display: block;
	content: ' ';
}

.device-laptop:before {
	top: 100%;
	left: -10%;
	right: -10%;
	padding: 0 0 2%;
	background: #f4f5f7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 40px 40px;
}

.device-laptop:after {
	top: 100%;
	left: calc(50% - 10%);
	width: 20%;
	padding: 0 0 1%;
	border-radius: 0 0 100px 100px;
	background: #d6d7d9;
}

.device-laptop + .device-hero {
	background: #111;
	box-shadow: none;
	max-width: 637px;
	max-height: 395px;
	left: 10px;
	right: 10px;
	top: 10px;
	height: 230px;
}

.device-laptop.device-dark {
	background: #252728;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 3px 2px rgba(255, 255, 255, 0.05);
}

.device-laptop.device-dark:after {
	background: #101212;
}

.recently-published-title {
	margin: 0 0 20px;
	color: #a4a4a4;
	letter-spacing: normal;
	font-size: 22px;
	font-size: 22rem;
}

.blog-item {
	color: #797979;
	outline: none;
}

.blog-item a {
	color: #434343;
}

html:not(.mobile):not(.tablet) .blog-item a:hover,
.blog-item a.on_press {
	color: #5caccd;
}

.blog-item h1,
.blog-item h2,
.blog-item h3 {
	margin: 0 0 10px;
	letter-spacing: normal;
	line-height: 1;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-size: 30rem;
}

.blog-item .blog-meta {
	color: #1b1d1e;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-size: 11rem;
}

.blog-item .blog-meta a {
	margin: 0 0 0 10px;
	color: #a4a4a4;
}

.blog-item .blog-author .blog-profile {
	float: left;
	background: #a4a4a4;
	width: 44px;
	height: 44px;
	margin: 0 15px 0 0;
	border-radius: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.blog-item .blog-author a {
	margin: 0;
	display: block;
	color: #1b1d1e;
}

.blog-item .blog-meta-item {
	float: left;
	margin: 0 15px 0 0;
	line-height: 44px;
	font-size: 13px;
	font-size: 13rem;
}

.blog-item .blog-read-more {
	display: inline-block;
	margin: 30px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-item .blog-aux {
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-item .blog-aux a {
	margin: 0 15px 0 0;
}

.blog-item .blog-hero-thumb {
	margin-bottom: 68px;
}

.blog-item .blog-hero-thumb a {
	display: block;
}

.blog-item .blog-hero-thumb img {
	width: 100%;
}

.common-blog-listing {
	position: relative;
	border-bottom: 1px solid #ebebeb;
}

.common-blog-listing > h2 {
	position: absolute;
	left: 55px;
	top: 25px;
	color: #a4a4a4;
	font-size: 22px;
	font-size: 22rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.common-blog-listing:before,
.common-blog-listing:after {
	position: absolute;
	top: 0;
	display: block;
	content: ' ';
	width: 1px;
	height: 100%;
	background: #ebebeb;
}

.common-blog-listing:before {
	left: 33.33%;
}

.common-blog-listing:after {
	left: 66.66%;
}

.common-blog-listing .blog-item {
	float: left;
	width: 33.333%;
	padding: 70px 55px;
}

.common-blog-listing .blog-hero-thumb {
	margin: 0 0 30px;
}

.common-blog-listing .blog-hero-thumb a,
.common-blog-listing .blog-hero-thumb img {
	display: block;
}

.common-blog-listing .blog-teaser {
	font-size: 18px;
	font-size: 18rem;
	margin: 25px 0 0;
}

.common-blog-listing .slick-dots {
	bottom: auto;
	top: -50px;
	text-align: right;
	padding: 0 25px;
}

.common-blog-listing .slick-dots li {
	border-color: #a4a4a4;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
}

.common-blog-listing .slick-dots li.slick-active {
	border-color: #5caccd;
	background: #5caccd;
}

.homepage-blog-listing .blog-item {
	float: none;
	width: 100%;
	margin: 0 0 100px;
}

.homepage-blog-listing .blog-item:not(.feature-blog-item) {
	padding: 0 0 0 70px;
}

.homepage-blog-listing .blog-item:not(.feature-blog-item) .blog-meta {
	margin: 0 0 30px;
}

.homepage-blog-listing .blog-item:not(.feature-blog-item) .blog-hero-thumb {
	float: left;
	width: 180px;
}

.homepage-blog-listing .blog-item:not(.feature-blog-item) .blog-teaser {
	margin: 0 0 0 205px;
}

.blog-more-container {
	text-align: center;
	padding: 0 0 0 162px;
}

.blog-more-container a {
	position: relative;
	color: #818080;
	padding: 0 93px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

.blog-more-container a:before,
.blog-more-container a:after {
	display: block;
	content: ' ';
	position: absolute;
}

.blog-more-container a:before {
	top: 50%;
	right: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #d0d0d0;
	-webkit-transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.blog-more-container a:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #d0d0d0;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: right 0.15s linear, border-color 0.15s linear;
	transition: right 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .blog-more-container a:hover,
.blog-more-container a.on_press {
	color: #5caccd;
}

html:not(.mobile):not(.tablet) .blog-more-container a:hover:before,
.blog-more-container a.on_press:before {
	right: 0;
	width: 66px;
	background-color: #5caccd;
}

html:not(.mobile):not(.tablet) .blog-more-container a:hover:after,
.blog-more-container a.on_press:after {
	right: -5px;
	border-left-color: #5caccd;
}

.aside-blog-post,
.feature-blog-post {
	border-bottom: 1px solid #ebebeb;
}

.aside-blog-post .blog-item,
.feature-blog-post .blog-item {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}

.aside-blog-post .blog-item h1,
.aside-blog-post .blog-item h2,
.feature-blog-post .blog-item h1,
.feature-blog-post .blog-item h2 {
	margin: 0 0 22px;
	line-height: 1.1;
	color: #1b1d1e;
	font-size: 40px;
	font-size: 40rem;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aside-blog-post .blog-item .blog-teaser,
.feature-blog-post .blog-item .blog-teaser {
	clear: left;
	margin: 22px 0 0;
	font-size: 20px;
	font-size: 20rem;
}

.feature-blog-post .blog-item {
	max-width: 1000px;
}

.feature-blog-post .blog-item .blog-item-content {
	width: 100%;
	max-width: 760px;
	padding: 0 30px;
	margin: 0 auto;
}

.aside-blog-post .blog-item {
	max-width: 940px;
}

.quick-look {
	display: block;
	font-size: 18px;
	font-size: 18rem;
}

.quick-look ::-moz-selection {
	color: #fff !important;
}

.quick-look ::selection {
	color: #fff !important;
}

.quick-look h3 {
	margin: 0 0 10px;
	color: #797979;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 20rem;
}

.quick-look-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.quick-look-list li {
	padding: 8px 0;
}

.quick-look-list.quick-look-borders {
	margin: 0 0 80px;
}

.quick-look-list.quick-look-borders li {
	padding: 14px 0 15px;
}

.quick-look-list.quick-look-borders li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.quick-look-list.quick-look-list-cols {
	margin: 40px 0 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.quick-look-list span {
	text-transform: uppercase;
	color: #797979;
	margin: 0 0 0 5px;
	font-size: 14px;
	font-size: 14rem;
}

.quick-look-list a,
.from-lab a {
	position: relative;
	color: #fff;
	text-decoration: underline;
}

.quick-look-list a[target='_blank'],
.from-lab a[target='_blank'] {
	display: inline-block;
	padding-left: 35px;
}

.quick-look-list a[target='_blank']:before,
.from-lab a[target='_blank']:before {
	display: block;
	float: left;
	margin: 7px 0 0 -27px;
	font-family: "Icons";
	line-height: 1;
	content: "\E004";
	font-weight: 300;
	color: #797979;
	-webkit-transform: translateX(0.5px);
	transform: translateX(0.5px);
	font-size: 11px;
	font-size: 11rem;
}

.quick-look-list a[target='_blank']:after,
.from-lab a[target='_blank']:after {
	left: 35px;
}

html:not(.mobile):not(.tablet) .quick-look-list a:hover,
.quick-look-list a.on_press,
html:not(.mobile):not(.tablet)
  .from-lab a:hover,
.from-lab a.on_press {
	color: #3beb9e;
	text-decoration: none;
}

.from-lab .col {
	margin-top: 30px;
	width: 21%;
	margin-left: 5.33%;
}

.from-lab .col:first-of-type {
	margin-left: 0;
}

.from-lab .col p {
	color: #797979;
	font-size: 16px;
	font-size: 16rem;
	padding: 0 0 0 35px;
}

.from-lab .col h4 {
	margin: 0 0 15px;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.testimonial-block {
	clear: both;
	margin: 0;
	padding: 0 0 60px 25px;
	line-height: 1.4;
	font-size: 40px;
	font-size: 40rem;
}

.testimonial-block footer {
	display: block;
	margin: 29px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 20rem;
}

.testimonial-block cite {
	font-style: normal;
	color: rgba(255, 255, 255, 0.7);
}

.testimonial-quote {
	float: left;
	margin: 10px 0 0 -25px;
}

.testimonial-quote svg {
	display: block;
	width: 13px;
	height: 10px;
	fill: #fff;
}

.work-svg-container {
	display: none;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	z-index: 90;
	background: #1b1d1e;
	opacity: 0;
}

.work-svg-container svg {
	background: transparent;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 990px;
	max-height: 660px;
}

.work-grid-items-wrap {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 5%;
}

.work-grid-items-wrap .work-grid-item-outer {
	float: left;
	width: 33.3333%;
	margin: 100px 0 0;
	position: relative;
}

.work-grid-items-wrap .work-grid-item-outer:nth-child(3n+1) {
	clear: left;
}

.work-grid-item {
	color: #828282;
	font-size: 16px;
	font-size: 16rem;
	position: relative;
	padding-top: 85%;
	padding-bottom: 20px;
	overflow: hidden;
}

.work-grid-item h2 {
	margin: 0 0 6px;
	color: #dbdbdb;
	line-height: 1;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-size: 26rem;
}

.work-grid-item .work-grid-item-content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.work-grid-item .work-grid-item-content p {
	padding: 0 10px;
}

html:not(.ios):not(.android) .work-grid-item:hover .work-grid-item-content {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

a.work-grid-item {
	display: block;
}

html:not(.ios):not(.android) a.work-grid-item:hover {
	color: #ccc;
}

html:not(.ios):not(.android) a.work-grid-item:hover h2 {
	color: #fff;
}

html:not(.ios):not(.android) a.work-grid-item:hover .work-grid-item-hero {
	width: 180%;
	margin-left: -40%;
	top: -5%;
}

a.work-grid-item .work-grid-item-hero {
	width: 170%;
	height: 100%;
	padding: 0 0 0;
	margin-left: -35%;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	position: absolute;
	top: 0;
}

#work-labs .work-grid-item-hero {
	height: 300px;
	margin: 0 0 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
}

html:not(.ios):not(.android) #work-labs a:hover .work-grid-item-hero {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

#work-labs-modaal .work-grid-item-hero {
	background-image: url(../img/work/labs-modaal.png);
}

#work-labs-waaffle .work-grid-item-hero {
	background-image: url(../img/work/labs-waaffle.png);
	background-size: auto 275px;
}

#work-labs-devicelab .work-grid-item-hero {
	background-image: url(../img/work/labs-device-lab.png);
}

#work-labs-ie8 .work-grid-item-hero {
	background-image: url(../img/work/labs-ie8.png);
	background-size: auto 282px;
}

#work-labs-getterms .work-grid-item-hero {
	background-image: url(../img/work/labs-getterms.png);
	background-size: auto 244px;
}

#work-labs-simplesafe .work-grid-item-hero {
	background-image: url(../img/work/labs-simple-safe.png);
}

/*.work-more-item-wrap {
	&:not(:nth-child(1)) {
		margin: 30px 0 0;
	}
	&:nth-child(2n+1) {
		.work-more-hero {
			float: left;
		}
		.work-more-content-wrap {
			left: 50%;
		}
	}
}
.work-more-items-group {
	margin: 45px 0 0;
	text-align: left;
}
.work-more-item {
	position: relative;
	margin: 0;
	background: #26292a;
}
.work-more-hero {
	width: 50%;
	padding: 0 0 42.374%;
	float: right;
	background-size: cover;
	@include breakpoint(0, $bp-small) {
		width: 100%;
		float: none !important;
		padding: 0 0 84%;
	}
}
.work-more-content-wrap {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	
	// flex
	display: flex;
	align-items: center;
	@include breakpoint(0, $bp-small) {
		display: block;
		width: auto;
		position: relative;
		left: auto !important;
	}
}
.work-more-content {
	padding: 40px 50px 50px;
	color: #828282;
	@include font-size(16);
	
	h2 {
		margin: 0;
		color: #dbdbdb;
		@include bold;
		@include font-size(26);
	}
	h3 {
		margin: 0 0 20px;
		@include reg;
		@include font-size(15);
	}
	.work-more-copy {
		line-height: 1.5;
	}
	
	@include breakpoint(0, $bp-semi-mid) {
		padding: 30px 40px 35px;
		@include font-size(16);
		.work-more-copy {
			line-height: 1.3;
		}
		h2 {
			@include font-size(20);
		}
		h3 {
			margin: 0 0 15px;
			@include font-size(14);
		}
	}
	@include breakpoint(0, $bp-small) {
		padding: 45px 50px;
	}
	@include breakpoint(0, $bp-handheld) {
		padding: 30px;
	}
}
.work-more-cta {
	margin: 26px 0 0;
	a {
		display: inline-block;
		color: #828282;
		padding: 4px 0 4px 27px;
		@include bold;
		&:before {
			display: block;
			float: left;
			margin: 5px 0 0 -27px;
			font-family: "Icons";
			line-height: 1;
			content: "\E004";
			font-weight: 300;
			color: $turq;
			@include font-size(11);
		}
		@include hover() {
			color: $turq;
		}
	}
	
	@include breakpoint(0, $bp-semi-mid) {
		margin: 20px 0 0;
	}
}





// Work - More Hero's
// --------------------------------------------------
.work-civic-heart {
	.work-more-hero { background-image: url(../img/work/more-hero-civicheart.jpg); }
}
.work-spacecube {
	.work-more-hero { background-image: url(../img/work/more-hero-spacecube.jpg); }
}
.work-flower-bros {
	.work-more-hero { background-image: url(../img/work/more-hero-flowerbros.jpg); }
}
.work-spookfish {
	.work-more-hero { background-image: url(../img/work/more-hero-spookfish.jpg); }
}*/

.sub-nav-wrap {
	position: relative;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sub-nav-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-nav-wrap li {
	padding: 5px;
	text-align: left;
}

.sub-nav-wrap li:nth-child(2n) {
	text-align: right;
}

.sub-nav-wrap li:nth-child(2n) .sub-nav-content {
	left: auto;
	right: 0;
}

.sub-nav-wrap a {
	position: relative;
}

html:not(.mobile):not(.tablet) .sub-nav-wrap a:hover .sub-nav-img,
.sub-nav-wrap a.on_press .sub-nav-img {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.sub-nav-wrap .sub-nav-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.sub-nav-content {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 84.75%;
	padding: 0 60px;
	color: #fff;
	line-height: 1.3;
	z-index: 1;
	font-size: 18px;
	font-size: 18rem;
}

.sub-nav-content.content-dark {
	color: #1b1d1e;
}

.sub-nav-content h2 {
	margin: 0 0 10px;
	line-height: 1;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-size: 50rem;
}

body .expertise-centre {
	background: #1b1d1e;
}

.expertise-centre-content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	line-height: 1.6;
	padding: 0 0 10px;
	color: #818182;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 20rem;
}

.expertise-center-hero {
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
	pointer-events: none;
	-webkit-animation: spin 30s infinite linear;
	animation: spin 30s infinite linear;
}

.subscribe-panel {
	padding: 30px 65px 37px;
}

.subscribe-form {
	float: left;
	width: 50%;
	color: #616161;
	font-size: 14px;
	font-size: 14rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subscribe-form ::-moz-selection {
	color: #fff;
}

.subscribe-form ::selection {
	color: #fff;
}

.subscribe-form p {
	margin: 10px 0 0;
}

.subscribe-form input {
	display: block;
	height: 47px;
	width: 100%;
	padding: 0 40px 0 0;
	background: transparent;
	border: 2px solid #3beb9e;
	border-width: 0 0 2px;
	color: #fff;
	font-size: 18px;
	font-size: 18rem;
	font-weight: 500;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #c3c3c3;
}

.subscribe-form input:-moz-placeholder {
	color: #c3c3c3;
}

.subscribe-form input::-moz-placeholder {
	color: #c3c3c3;
}

.subscribe-form input:-ms-input-placeholder {
	color: #c3c3c3;
}

.subscribe-form input:focus::-webkit-input-placeholder {
	color: #616161;
}

.subscribe-form input:focus:-moz-placeholder {
	color: #616161;
}

.subscribe-form input:focus::-moz-placeholder {
	color: #616161;
}

.subscribe-form input:focus:-ms-input-placeholder {
	color: #616161;
}

.subscribe-form input::-ms-clear {
	display: none;
}

.subscribe-form input[placeholder] {
	text-overflow: ellipsis;
}

.subscribe-form input::-moz-placeholder {
	text-overflow: ellipsis;
}

.subscribe-form input:-moz-placeholder {
	text-overflow: ellipsis;
}

.subscribe-form button {
	position: relative;
	float: right;
	width: 34px;
	height: 45px;
	background: transparent;
	margin: -47px 0 0 -34px;
	padding: 0;
	z-index: 5;
}

.subscribe-form button:after {
	display: block;
	content: '\E003';
	font-family: "Icons";
	color: #c3c3c3;
	font-size: 15px;
	font-size: 15rem;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

html:not(.mobile):not(.tablet) .subscribe-form button:hover:after,
.subscribe-form button.on_press:after {
	color: #3beb9e;
}

.subscribe-social-links {
	float: right;
	margin: 11px 0 0;
	font-size: 17px;
	font-size: 17rem;
}

.subscribe-social-links a {
	display: inline-block;
	padding: 0 12px;
	color: #3beb9e;
}

html:not(.mobile):not(.tablet) .subscribe-social-links a:hover,
.subscribe-social-links a.on_press {
	color: #fff;
}

/*
Theme Name:
Theme URI:
Description:
Author: Humaan
Author URI:
Version: 1.0
Tags:
*/

/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */

p .alignnone:not(:first-child) {
	margin: 20px 0 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 30px auto;
}

.alignright {
	float: right;
	margin: 30px 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 30px 20px 10px 0;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

a img.alignright {
	float: right;
	margin: 30px 0 10px 20px;
}

a img.alignnone {
	margin: 30px 0 10px 0;
}

a img.alignleft {
	float: left;
	margin: 30px 20px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: none;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 5px 13px 10px;
	text-align: left;
	font-size: 14px;
	font-size: 14rem;
}

.wp-caption small {
	font-size: 1em;
}

.wp-caption.alignnone {
	margin: 30px 0 20px;
}

.wp-caption.alignleft {
	margin: 30px 0 20px auto;
}

.wp-caption.alignright {
	margin: 30px auto 20px 0;
}

.wp-caption.aligncenter {
	margin: 30px auto 20px;
	text-align: left;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0 0 10px 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

figure {
	margin: 30px 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html.menu-open {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background: #1b1d1e;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.4;
	letter-spacing: 0.015em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
}

body.loading {
	cursor: wait !important;
}

.hidden {
	display: none;
}

.ui-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px !important;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.show-handheld {
	display: none;
}

#progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	width: 0%;
	background: #3beb9e;
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear 0.2s;
	transition: opacity 0.2s linear 0.2s;
}

#progress-bar.active {
	opacity: 1;
	-webkit-transition: opacity 0s linear 0s;
	transition: opacity 0s linear 0s;
}

.nucleus-content {
	-webkit-transition: -webkit-transform 0s ease-out, opacity 0s ease-out;
	transition: transform 0s ease-out, opacity 0s ease-out;
}

.nucleus-content.outgoing { /* transform: translateY(5px); */
	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

/*
#transition-canvas {}
.incoming-sentinel {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform 0.3s ease-out 0.3s, left 0.3s ease-out; //animated, all up 0.6s
	&.offscreen {
		left: 100%;
		transform: scale(0.97);
		transition: all 0s linear; // instant
	}
}*/

.page-container {
	position: relative;
	min-height: 100vh;
	background: #1b1d1e;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.page-container:after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: #1b1d1e;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.page-container.is-loading {
	-webkit-transform: scale(0.98) translate3d(0, 17px, 0);
	transform: scale(0.98) translate3d(0, 17px, 0);
}

.page-container.is-loading:after {
	height: 100%;
	opacity: 0.7;
}

.container {
	max-width: 1240px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.container.max-1400 {
	max-width: 1460px;
}

.container.max-1000 {
	max-width: 1060px;
}

.container.max-900 {
	max-width: 960px;
}

.container.max-750 {
	max-width: 810px;
}

.container.max-700 {
	max-width: 760px;
}

.padded-container {
	padding-top: 90px;
	padding-bottom: 90px;
}

.padded-container-large {
	padding-top: 120px;
	padding-bottom: 120px;
}

.panel {
	position: relative;
}

.panel.panel-full {
	min-height: 100vh;
}

.panel.panel-light-grey {
	background: #f8f8f8;
}

.panel.panel-grey {
	background: #353839;
	color: #fff;
}

.panel.panel-dark {
	background: #1b1d1e;
	color: #fff;
}

.panel.panel-white {
	background: #fff;
	color: #1b1d1e;
}

.panel.panel-blue-dark {
	background: #0e171d;
	color: #fff;
}

.panel-center {
	text-align: center;
}

.panel-left {
	text-align: left;
}

.panel-right {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.light {
	font-weight: 300;
	font-family: "GT Walsheim Light", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.reg {
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bold {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.valign {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.row {
	clear: both;
}

.row.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.flex-row .col {
	float: none;
}

.col {
	float: left;
}

.col-50 {
	width: 50%;
}

.col-50.col-padding {
	padding: 0 40px 0 0;
}

.col-50.col-padding + .col-50.col-padding.col-padding {
	padding: 0 0 0 40px;
}

.col-33 {
	width: 33.333%;
}

.col-25 {
	width: 25%;
}

.col-20 {
	width: 20%;
}

body .panel-opening-content {
	padding: 205px 0 115px;
	font-size: 20px;
	font-size: 20rem;
}

body .panel-opening-content h1 {
	margin: 0 0 25px;
	line-height: 1;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75px;
	font-size: 75rem;
}

body .panel-opening-content h1 ~ p {
	width: 100%;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.generic-copy-column {
	padding: 120px 30px 100px;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	line-height: 1.4;
	font-size: 20px;
	font-size: 20rem;
}

.generic-copy-column h1 {
	margin: 0 0 60px;
}

.generic-copy-column h1 + h2 {
	margin-top: -50px;
}

.generic-copy-column h2 {
	margin: 60px 0 30px;
	font-size: 26px;
	font-size: 26rem;
}

.generic-copy-column h3 {
	margin: 50px 0 30px;
	color: #6b6b6b;
	font-size: 22px;
	font-size: 22rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.generic-copy-column h4 {
	margin: 40px 0 20px;
	color: #1b1d1e;
	font-size: 18px;
	font-size: 18rem;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.generic-copy-column h5 {
	margin: 40px 0 20px;
	color: #1b1d1e;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 13rem;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.generic-copy-column a {
	color: #33bddb;
	text-decoration: underline;
}

html:not(.mobile):not(.tablet) .generic-copy-column a:hover,
.generic-copy-column a.on_press {
	color: #1b1d1e;
}

.generic-copy-column ul,
.generic-copy-column ol {
	margin: 40px 0;
}

.generic-copy-column ul ul,
.generic-copy-column ul ol,
.generic-copy-column ol ul,
.generic-copy-column ol ol {
	margin: 25px 0;
}

.generic-copy-column li + li {
	margin-top: 15px;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 40px 30px 30px;
	z-index: 100;
	-webkit-transition: background 0.3s linear, padding 0.3s linear, -webkit-transform 0.5s ease-in-out;
	transition: background 0.3s linear, padding 0.3s linear, transform 0.5s ease-in-out;
	pointer-events: none;
}

.main-header .header-logo {
	float: left;
}

.main-header.header-dark .main-nav a {
	color: #1b1d1e;
}

.main-header.header-dark .nav-links li:after,
.main-header.header-dark .hamburger .patty {
	background-color: #1b1d1e;
}

.main-header.headroom--unpinned {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}

.main-header.headroom--pinned {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.header-logo {
	display: block;
	float: left;
	width: 178px;
	height: 41px;
	text-indent: -9999em;
	overflow: hidden;
	pointer-events: auto;
}

.header-logo.svg {
	text-indent: 0;
}

.main-nav {
	float: right;
	position: relative;
	line-height: 30px;
	margin: 6px 0 0;
	font-size: 15px;
	font-size: 15rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	pointer-events: auto;
}

.main-nav a {
	color: #fff;
	-webkit-transition: opacity 0.15s linear, color 0.2s linear;
	transition: opacity 0.15s linear, color 0.2s linear;
}

html:not(.mobile):not(.tablet) .main-nav a:hover,
.main-nav a.on_press {
	opacity: 0.7;
}

.main-nav a.is-active {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-nav .cta-start-project {
	display: block;
	position: absolute;
	top: 0;
	right: 75px;
	white-space: nowrap;
	-webkit-transform: translate3d(0, -70px, 0);
	transform: translate3d(0, -70px, 0);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.15s linear;
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.15s linear;
}

.main-nav .cta-start-project.is-visible {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hide-nav .main-nav {
	display: none;
}

.nav-links {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

.nav-links li {
	position: relative;
	height: 30px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 30px;
	-webkit-transition: height 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: height 0.5s cubic-bezier(0.86, 0, 0.07, 1), transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-links li:after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-links a {
	float: left;
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.nav-links span {
	display: block;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-links .is-active {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-links.scrolled li {
	height: 1px;
	-webkit-transform: translate3d(0, 14px, 0);
	transform: translate3d(0, 14px, 0);
}

.nav-links.scrolled li:after {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nav-links.scrolled li:nth-child(2),
.nav-links.scrolled li:nth-child(2) span {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.nav-links.scrolled li:nth-child(3),
.nav-links.scrolled li:nth-child(3) span {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nav-links.scrolled li:nth-child(4),
.nav-links.scrolled li:nth-child(4) span {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.nav-links.scrolled li:nth-child(5),
.nav-links.scrolled li:nth-child(5) span {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.nav-links.scrolled li:nth-child(6),
.nav-links.scrolled li:nth-child(6) span {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.nav-links.scrolled li:nth-child(7),
.nav-links.scrolled li:nth-child(7) span {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(8),
.nav-links.scrolled li:nth-child(8) span {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(9),
.nav-links.scrolled li:nth-child(9) span {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(2):after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.nav-links.scrolled li:nth-child(3):after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nav-links.scrolled li:nth-child(4):after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.nav-links.scrolled li:nth-child(5):after {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.nav-links.scrolled li:nth-child(6):after {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.nav-links.scrolled li:nth-child(7):after {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(8):after {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.nav-links.scrolled li:nth-child(9):after {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.nav-links.scrolled span {
	opacity: 0;
	-webkit-transform: scaleY(-0.2);
	transform: scaleY(-0.2);
	-webkit-filter: FlipV;
	filter: FlipV;
	-ms-filter: "FlipV";
}

.nav-links.scrolled ~ .hamburger {
	opacity: 1;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.hamburger {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	top: 0;
	right: 0;
	background: transparent;
	overflow: hidden;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}

.hamburger .patty {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 14px;
	background: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.15s linear, -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), background 0.2s linear;
	transition: opacity 0.15s linear, transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), background 0.2s linear;
}

.hamburger.expand {
	z-index: 2;
}

.hamburger.expand .patty {
	opacity: 1;
	-webkit-transition: opacity 0.15s linear, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), background 0.2s linear;
	transition: opacity 0.15s linear, transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), background 0.2s linear;
}

.hamburger.expand .patty:nth-child(1) {
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}

.hamburger.expand .patty:nth-child(2) {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.hamburger.expand .patty:nth-child(3) {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hamburger.expand .patty:nth-child(4) {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}

.hamburger.expand .patty:nth-child(5) {
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

html:not(.mobile):not(.tablet) .hamburger.expand:hover .patty,
.hamburger.expand.on_press .patty {
	-webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
	transition: opacity 0.15s linear, transform 0.15s linear;
}

html:not(.mobile):not(.tablet) .hamburger.expand:hover .patty:nth-child(1),
.hamburger.expand.on_press .patty:nth-child(1) {
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);
}

html:not(.mobile):not(.tablet) .hamburger.expand:hover .patty:nth-child(2),
.hamburger.expand.on_press .patty:nth-child(2) {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

html:not(.mobile):not(.tablet) .hamburger.expand:hover .patty:nth-child(3),
.hamburger.expand.on_press .patty:nth-child(3) {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

html:not(.mobile):not(.tablet) .hamburger.expand:hover .patty:nth-child(4),
.hamburger.expand.on_press .patty:nth-child(4) {
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
}

html:not(.mobile):not(.tablet) .hamburger.expand:hover .patty:nth-child(5),
.hamburger.expand.on_press .patty:nth-child(5) {
	-webkit-transform: translateY(14px);
	transform: translateY(14px);
}

.main-footer {
	padding: 0 30px;
	text-align: center;
	font-size: 14px;
	font-size: 14rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-footer .left,
.main-footer .right {
	margin: 16px 0 0;
}

.main-footer .padded-container {
	padding-bottom: 40px;
}

.main-footer a {
	color: #797979;
}

html:not(.mobile):not(.tablet) .main-footer a:hover,
.main-footer a.on_press {
	color: #3beb9e;
}

.main-footer a + a {
	margin: 0 0 0 20px;
}

.main-footer a[href*="tel"] {
	letter-spacing: 0.04em;
}

.main-footer .start-project-cta {
	color: #fff;
	margin: 0 0 100px;
}

.start-project-cta {
	font-size: 40px;
	font-size: 40rem;
}

.start-project-cta:before,
.start-project-cta:after {
	display: block;
	content: ' ';
	position: absolute;
}

.start-project-cta:before {
	top: 50%;
	right: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #3beb9e;
	-webkit-transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.start-project-cta:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #3beb9e;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: right 0.15s linear, border-color 0.15s linear;
	transition: right 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .start-project-cta:hover,
.start-project-cta.on_press {
	color: #3beb9e;
}

html:not(.mobile):not(.tablet) .start-project-cta:hover:before,
.start-project-cta.on_press:before {
	right: 0;
	width: 66px;
	background-color: #3beb9e;
}

html:not(.mobile):not(.tablet) .start-project-cta:hover:after,
.start-project-cta.on_press:after {
	right: -5px;
	border-left-color: #3beb9e;
}

html:not(.mobile):not(.tablet) .start-project-cta:hover,
.start-project-cta.on_press {
	color: #3beb9e !important;
}

.start-project-cta.start-project-cta-dark {
	color: #1b1d1e;
}

.start-project-cta.start-project-cta-dark:before,
.start-project-cta.start-project-cta-dark:after {
	display: block;
	content: ' ';
	position: absolute;
}

.start-project-cta.start-project-cta-dark:before {
	top: 50%;
	right: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #ee56a8;
	-webkit-transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.start-project-cta.start-project-cta-dark:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #ee56a8;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: right 0.15s linear, border-color 0.15s linear;
	transition: right 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .start-project-cta.start-project-cta-dark:hover,
.start-project-cta.start-project-cta-dark.on_press {
	color: #ee56a8;
}

html:not(.mobile):not(.tablet) .start-project-cta.start-project-cta-dark:hover:before,
.start-project-cta.start-project-cta-dark.on_press:before {
	right: 0;
	width: 66px;
	background-color: #ee56a8;
}

html:not(.mobile):not(.tablet) .start-project-cta.start-project-cta-dark:hover:after,
.start-project-cta.start-project-cta-dark.on_press:after {
	right: -5px;
	border-left-color: #ee56a8;
}

html:not(.mobile):not(.tablet) .start-project-cta.start-project-cta-dark:hover,
.start-project-cta.start-project-cta-dark.on_press {
	color: #ee56a8 !important;
}

.footer-subscribe {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.footer-subscribe input {
	height: 45px;
	width: 100%;
	background: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #797979;
	color: #797979;
	-webkit-transition: border 0.15s linear;
	transition: border 0.15s linear;
	font-size: 15px;
	font-size: 15rem;
}

.footer-subscribe input::-webkit-input-placeholder {
	color: #797979;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.footer-subscribe input:-moz-placeholder {
	color: #797979;
	transition: color 0.15s linear;
}

.footer-subscribe input::-moz-placeholder {
	color: #797979;
	transition: color 0.15s linear;
}

.footer-subscribe input:-ms-input-placeholder {
	color: #797979;
	transition: color 0.15s linear;
}

.footer-subscribe input:focus {
	color: #fff;
	border-color: #3beb9e;
}

.footer-subscribe input:focus::-webkit-input-placeholder {
	color: #fff;
}

.footer-subscribe input:focus:-moz-placeholder {
	color: #fff;
}

.footer-subscribe input:focus::-moz-placeholder {
	color: #fff;
}

.footer-subscribe input:focus:-ms-input-placeholder {
	color: #fff;
}

.footer-subscribe input::-ms-clear {
	display: none;
}

.footer-subscribe button {
	position: relative;
	display: block;
	float: right;
	padding: 0;
	width: 45px;
	height: 45px;
	background: transparent;
	margin: -45px -11px 0 0;
	color: #797979;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
	z-index: 1;
}

.footer-subscribe button:before {
	content: "\E003";
	line-height: 1;
	font-size: 14px;
	font-size: 14rem;
}

html:not(.mobile):not(.tablet) .footer-subscribe button:hover,
.footer-subscribe button.on_press {
	color: #3beb9e;
}

.footer-subscribe button:focus {
	color: #3beb9e;
}

.status-message {
	color: #3beb9e;
	font-size: 12px;
	font-size: 12rem;
}

.footer-tertiary {
	margin: 30px 0 0;
	color: #525252;
	font-size: 12px;
	font-size: 12rem;
}

.footer-tertiary a {
	color: #525252;
}

body.scrolljacked {
	overflow: hidden;
}

.home-opening-msg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 50px 0;
	text-align: center;
	z-index: 20;
}

.home-opening-msg {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 530px;
}

.home-opening-text {
	display: block;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 24px;
	font-size: 24rem;
}

.home-opening-text h1,
.home-opening-text p {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

.home-opening-text h1 {
	font-size: inherit;
	color: inherit;
}

.home-opening-text.home-opening-text-top {
	top: 70px;
	color: #585f63;
}

.home-opening-text.home-opening-text-base {
	bottom: 0;
}

.mouse {
	position: absolute;
	left: 50%;
	top: 200%;
	width: 24px;
	margin: -12px;
	height: 46px;
	border: 2px solid white;
	border-radius: 30px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}

.mouse:after {
	display: block;
	content: "";
	position: absolute;
	left: 11px;
	top: 10px;
	width: 4px;
	height: 4px;
	margin-left: -3px;
	background-color: white;
	border-radius: 2px;
	-webkit-animation: mouse-wheel-scroll 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: mouse-wheel-scroll 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.waypoint-reveal .mouse {
	opacity: .15;
}

#svg {
	z-index: 10;
	position: fixed;
	width: 100%;
	min-height: 100vh;
}

#svg svg {
	max-width: 1320px;
	max-height: 720px;
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

#svg svg path {
	fill: #fff; /*
            &#d {
                fill: #fdf8e4;
            }
            &#i1,
            &#i1-dot {
                fill: #eca112;
            }
            &#g {
                fill: #88502e;
            }
            &#i2,
            &#i2-dot  {
                fill: #4c5152;
            }
            &#t {
                fill: #43546d;
            }
            &#a {
                fill: #63bed5;
            }
            &#l {
                fill: #a4969e;
            }
            */
}

#svg svg path.blur {
	-webkit-animation: blur 3s infinite;
}

#svg svg .hidden,
#svg svg .transparent,
#svg svg .letter-circle,
#svg svg .letter-blob,
#svg svg .letter,
#svg svg .letter-complex,
#svg svg .background,
#svg svg .background-complex {
	opacity: 0;
}

#svg svg .wipe {
	fill: #fff;
}

#svg g.intro {
	max-width: 1027px;
}

#svg g.intro .background {
	fill: #fff;
}

#svg g.intro .images image {
	opacity: 0;
}

#svg g.designfarm .background {
	fill: #fff;
}

.case-studies {
	z-index: 5;
	background-color: #e7e7e7;
}

.case-studies .panel {
	z-index: 15;
}

.case-studies .summary {
	display: none;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5%;
	z-index: 100;
	width: 30%;
	max-width: 450px;
}

.case-studies .summary.left-align {
	left: 5%;
	right: auto;
}

.case-studies .summary h3,
.case-studies .summary p,
.case-studies .summary a {
	opacity: 0;
	margin-left: 20%;
	width: 100%;
}

.case-studies .summary h3 {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 70px;
	font-size: 70rem;
	text-transform: uppercase;
	line-height: 0.9;
	margin-bottom: 10px;
	color: #353839;
}

.case-studies .summary p {
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 20rem;
	color: #797979;
	margin-bottom: 20px;
}

.case-studies .summary a {
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 16rem;
	color: #797979;
	border-bottom: 1px solid #797979;
}

html:not(.mobile):not(.tablet) .case-studies .panel-sodashi a:hover,
.case-studies .panel-sodashi a.on_press {
	color: #bdafc2;
	border-color: #bdafc2;
}

.case-studies .panel-mideastunes h3,
.case-studies .panel-mideastunes p,
.case-studies .panel-mideastunes a {
	color: #8689b3;
	border-color: #8689b3;
}

html:not(.mobile):not(.tablet) .case-studies .panel-mideastunes a:hover,
.case-studies .panel-mideastunes a.on_press {
	color: #fff;
	border-color: #fff;
}

.case-studies .panel-rottnestisland a {
	color: #009ca4;
	border-color: #009ca4;
}

html:not(.mobile):not(.tablet) .case-studies .panel-rottnestisland a:hover,
.case-studies .panel-rottnestisland a.on_press {
	color: #3da0cd;
	border-color: #3da0cd;
}

.case-studies .panel-finbar h3,
.case-studies .panel-finbar p {
	color: #b3c1d6;
}

.case-studies .panel-finbar a {
	color: #d3dded;
	border-color: #d3dded;
}

html:not(.mobile):not(.tablet) .case-studies .panel-finbar a:hover,
.case-studies .panel-finbar a.on_press {
	color: #fff;
	border-color: #fff;
}

section.panel,
footer {
	z-index: 20;
}

.mobile-svg {
	display: none;
	position: relative;
	width: 100%;
	margin: 0 0 -30px;
}

.mobile-svg svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.mobile-svg.intro {
	position: absolute;
	height: 100%;
}

.mobile-svg.intro svg {
	width: 120%;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 -2%;
}

.mobile-svg .background {
	display: none;
}

.mobile-svg path {
	fill: none;
}

.handheld-ctas {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #36393b;
	text-align: center;
	z-index: 50;
}

.handheld-ctas a {
	display: block;
	float: left;
	color: #7b8488;
	line-height: 1;
	padding: 17px 0;
	-webkit-transition: background 0.15s linear, color 0.15s linear;
	transition: background 0.15s linear, color 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 13rem;
}

.handheld-ctas a:not(:first-child) {
	border-left: 1px solid #36393b;
}

html:not(.mobile):not(.tablet) .handheld-ctas a:hover,
.handheld-ctas a.on_press {
	color: #3beb9e;
	background: rgba(255, 255, 255, 0.05);
}

.handheld-ctas .handheld-cta-sml {
	width: 26%;
}

.handheld-ctas .handheld-cta-lrg {
	width: 48%;
}

.work-container-group {
	padding: 50px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

.work-container-group .padded-container {
	padding: 0;
}

.work-container-group .testimonial-block {
	text-align: left;
	padding: 160px 60px 25px;
	color: #fff;
}

.work-group-introduction {
	padding: 0 30px;
}

.work-container-toggles {
	text-align: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.work-container-toggles li {
	display: inline-block;
	margin: 0 5%;
	font-size: 22px;
	font-size: 22rem;
}

.work-container-toggles a {
	display: inline-block;
	padding: 11px 10px 13px;
	position: relative;
	color: #fff;
	min-width: 140px;
}

.work-container-toggles a:after {
	position: absolute;
	display: block;
	content: " ";
	left: 10px;
	right: 10px;
	height: 2px;
	bottom: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.work-container-toggles a.is-active:after {
	opacity: 1 !important;
}

html:not(.mobile):not(.tablet) .work-container-toggles a:hover:after,
.work-container-toggles a.on_press:after {
	opacity: 0.4;
}

.work-container-groups-outer {
	color: rgba(255, 255, 255, 0.6);
}

.work-container-groups-outer ::-moz-selection {
	color: #fff;
}

.work-container-groups-outer ::selection {
	color: #fff;
}

.work-svg-container {
	display: none;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	z-index: 90;
	background: #1b1d1e;
	opacity: 0;
}

.work-svg-container svg {
	background: transparent;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 990px;
	max-height: 660px;
}

.work-grid-items-wrap {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 5%;
}

.work-grid-items-wrap .work-grid-item-outer {
	float: left;
	width: 33.3333%;
	margin: 100px 0 0;
	position: relative;
}

.work-grid-items-wrap .work-grid-item-outer:nth-child(3n+1) {
	clear: left;
}

.work-grid-item {
	color: #828282;
	font-size: 16px;
	font-size: 16rem;
	position: relative;
	padding-top: 85%;
	padding-bottom: 20px;
	overflow: hidden;
}

.work-grid-item h2 {
	margin: 0 0 6px;
	color: #dbdbdb;
	line-height: 1;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-size: 26rem;
}

.work-grid-item .work-grid-item-content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.work-grid-item .work-grid-item-content p {
	padding: 0 10px;
}

html:not(.ios):not(.android) .work-grid-item:hover .work-grid-item-content {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

a.work-grid-item {
	display: block;
}

html:not(.ios):not(.android) a.work-grid-item:hover {
	color: #ccc;
}

html:not(.ios):not(.android) a.work-grid-item:hover h2 {
	color: #fff;
}

html:not(.ios):not(.android) a.work-grid-item:hover .work-grid-item-hero {
	width: 180%;
	margin-left: -40%;
	top: -5%;
}

a.work-grid-item .work-grid-item-hero {
	width: 170%;
	height: 100%;
	padding: 0 0 0;
	margin-left: -35%;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	position: absolute;
	top: 0;
}

#work-labs .work-grid-item-hero {
	height: 300px;
	margin: 0 0 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
}

html:not(.ios):not(.android) #work-labs a:hover .work-grid-item-hero {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

#work-labs-modaal .work-grid-item-hero {
	background-image: url(../img/work/labs-modaal.png);
}

#work-labs-waaffle .work-grid-item-hero {
	background-image: url(../img/work/labs-waaffle.png);
	background-size: auto 275px;
}

#work-labs-devicelab .work-grid-item-hero {
	background-image: url(../img/work/labs-device-lab.png);
}

#work-labs-ie8 .work-grid-item-hero {
	background-image: url(../img/work/labs-ie8.png);
	background-size: auto 282px;
}

#work-labs-getterms .work-grid-item-hero {
	background-image: url(../img/work/labs-getterms.png);
	background-size: auto 244px;
}

#work-labs-simplesafe .work-grid-item-hero {
	background-image: url(../img/work/labs-simple-safe.png);
}

/*.work-more-item-wrap {
	&:not(:nth-child(1)) {
		margin: 30px 0 0;
	}
	&:nth-child(2n+1) {
		.work-more-hero {
			float: left;
		}
		.work-more-content-wrap {
			left: 50%;
		}
	}
}
.work-more-items-group {
	margin: 45px 0 0;
	text-align: left;
}
.work-more-item {
	position: relative;
	margin: 0;
	background: #26292a;
}
.work-more-hero {
	width: 50%;
	padding: 0 0 42.374%;
	float: right;
	background-size: cover;
	@include breakpoint(0, $bp-small) {
		width: 100%;
		float: none !important;
		padding: 0 0 84%;
	}
}
.work-more-content-wrap {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	
	// flex
	display: flex;
	align-items: center;
	@include breakpoint(0, $bp-small) {
		display: block;
		width: auto;
		position: relative;
		left: auto !important;
	}
}
.work-more-content {
	padding: 40px 50px 50px;
	color: #828282;
	@include font-size(16);
	
	h2 {
		margin: 0;
		color: #dbdbdb;
		@include bold;
		@include font-size(26);
	}
	h3 {
		margin: 0 0 20px;
		@include reg;
		@include font-size(15);
	}
	.work-more-copy {
		line-height: 1.5;
	}
	
	@include breakpoint(0, $bp-semi-mid) {
		padding: 30px 40px 35px;
		@include font-size(16);
		.work-more-copy {
			line-height: 1.3;
		}
		h2 {
			@include font-size(20);
		}
		h3 {
			margin: 0 0 15px;
			@include font-size(14);
		}
	}
	@include breakpoint(0, $bp-small) {
		padding: 45px 50px;
	}
	@include breakpoint(0, $bp-handheld) {
		padding: 30px;
	}
}
.work-more-cta {
	margin: 26px 0 0;
	a {
		display: inline-block;
		color: #828282;
		padding: 4px 0 4px 27px;
		@include bold;
		&:before {
			display: block;
			float: left;
			margin: 5px 0 0 -27px;
			font-family: "Icons";
			line-height: 1;
			content: "\E004";
			font-weight: 300;
			color: $turq;
			@include font-size(11);
		}
		@include hover() {
			color: $turq;
		}
	}
	
	@include breakpoint(0, $bp-semi-mid) {
		margin: 20px 0 0;
	}
}





// Work - More Hero's
// --------------------------------------------------
.work-civic-heart {
	.work-more-hero { background-image: url(../img/work/more-hero-civicheart.jpg); }
}
.work-spacecube {
	.work-more-hero { background-image: url(../img/work/more-hero-spacecube.jpg); }
}
.work-flower-bros {
	.work-more-hero { background-image: url(../img/work/more-hero-flowerbros.jpg); }
}
.work-spookfish {
	.work-more-hero { background-image: url(../img/work/more-hero-spookfish.jpg); }
}*/

.more-works-wrap {
	-webkit-transition: background 1s linear;
	transition: background 1s linear;
}

.more-works-wrap.not-more {
	background: #1b1d1e !important;
}

.inner-more-works-wrap {
	overflow: hidden;
}

.more-work-cta {
	margin: 26px 0 0;
}

.more-work-cta a {
	display: inline-block;
	color: #fff;
	padding: 4px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html:not(.mobile):not(.tablet) .more-work-cta a:hover,
.more-work-cta a.on_press {
	color: rgba(255, 255, 255, 0.6);
}

.lightbg .more-work-cta a {
	color: #333;
}

html:not(.mobile):not(.tablet) .lightbg .more-work-cta a:hover,
.lightbg .more-work-cta a.on_press {
	color: rgba(0, 0, 0, 0.6);
}

#spookfish .example-item-hero.example-hero-1 {
	left: 40%;
	top: 39%;
}

#spookfish .example-item-hero.example-hero-1 img {
	width: 100%;
	max-width: 433px;
}

#spookfish .example-item-hero.example-hero-2 {
	left: 60%;
}

#simplesafe .example-hero-1 {
	top: 28%;
}

#perthdevicelab .example-hero-1,
#perthdevicelab .example-hero-2 {
	top: 24%;
}

#modaal .example-hero-1 {
	top: 20%;
}

.case-study-header-wrap {
	height: calc(100vh);
	overflow: hidden;
}

.case-study-header-wrap svg {
	background: transparent;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 1320px;
	max-height: 720px;
}

.award {
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 100px;
	right: 20px;
	border-radius: 2px;
	z-index: 10;
	color: #fff;
}

.award img {
	max-width: 110px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.award p {
	display: block;
	margin-top: 14px;
	padding-right: 20px;
	margin-left: 130px;
	line-height: 1;
	text-align: left;
}

.award span {
	display: block;
	font-weight: 700;
}

.case-study-header-text {
	z-index: 5;
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.case-study-header-text h1,
.case-study-header-text h2 {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.case-study-header-text h1 {
	bottom: 46%;
	font-size: 46px;
	letter-spacing: -2px;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
	line-height: 1;
}

.case-study-header-text h1.small {
	bottom: 48%;
	font-size: 40px;
}

.case-study-header-text h2 {
	opacity: 0;
	left: 50%;
	margin-left: -300px;
	max-width: 600px;
	bottom: 100px;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.case-study-header-text.shadow h1 {
	text-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.case-study-header-text.shadow h2 {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.case-study-header-text.shadow:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 5;
}

html.ios.safari .case-study-header-wrap {
	height: calc(100vh - 68px) !important;
}

html.android.mobile .case-study-header-wrap {
	height: calc(100vh - 55px) !important;
}

html.android.tablet .case-study-header-wrap {
	height: calc(100vh - 95px) !important;
}

.case-study-hero-full {
	opacity: 0;
}

.case-study-header.active svg {
	max-width: 100%;
	max-height: 100%;
}

.case-study-header.active .case-study-header-text {
	opacity: 1;
}

.case-study-header.active .case-study-header-text h1,
.case-study-header.active .case-study-header-text h2 {
	opacity: 1;
}

.case-study-header.active .case-study-hero-full {
	opacity: 1;
}

.related-work-items {
	padding: 0 0 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.related-work-items .work-grid-item-hero {
	width: 40%;
	padding: 0 0 40%;
	border-radius: 100%;
	margin: 0 auto 40px;
}

.related-work-items .work-grid-item-outer {
	margin-top: 50px;
}

.case-study-meta {
	margin-top: 0;
	color: #797979;
	padding: 8px 20px 20px;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	font-size: 16rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: margin-top 0.5s linear;
	transition: margin-top 0.5s linear;
	position: relative;
	z-index: 80;
	background: #fff;
}

.case-study-meta.active {
	margin-top: -50px;
}

.case-study-meta.active:before,
.case-study-meta.active:after {
	border-bottom-width: 15px;
}

.case-study-meta:before,
.case-study-meta:after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: 100%;
	width: 50%;
	height: 15px;
	border-bottom: 0px solid #fff;
	-webkit-transition: border-bottom 0.5s linear;
	transition: border-bottom 0.5s linear;
}

.case-study-meta:before {
	left: 0;
	border-right: 27px solid transparent;
}

.case-study-meta:after {
	right: 0;
	border-left: 27px solid transparent;
}

.case-study-meta a {
	color: #797979;
}

html:not(.mobile):not(.tablet) .case-study-meta a:hover,
.case-study-meta a.on_press {
	color: #3beb9e;
}

html:not(.mobile):not(.tablet) .case-study-meta a:hover strong,
.case-study-meta a.on_press strong {
	color: #3beb9e;
}

.case-study-visit {
	padding-right: 75px;
	position: relative;
	float: right;
}

.case-study-visit:before,
.case-study-visit:after {
	display: block;
	content: ' ';
	position: absolute;
}

.case-study-visit:before {
	top: 50%;
	right: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #d0d0d0;
	-webkit-transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.case-study-visit:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #d0d0d0;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: right 0.15s linear, border-color 0.15s linear;
	transition: right 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .case-study-visit:hover,
.case-study-visit.on_press {
	color: #3beb9e;
}

html:not(.mobile):not(.tablet) .case-study-visit:hover:before,
.case-study-visit.on_press:before {
	right: 0;
	width: 66px;
	background-color: #3beb9e;
}

html:not(.mobile):not(.tablet) .case-study-visit:hover:after,
.case-study-visit.on_press:after {
	right: -5px;
	border-left-color: #3beb9e;
}

.case-study-visit strong {
	color: #5caccd;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.case-study-share {
	float: left;
}

.case-study-share strong {
	float: left;
	font-weight: 400;
	padding: 0 16px 0 0;
}

.case-study-share a {
	float: left;
	padding: 0 16px;
	color: #616161;
	margin: 0 0 0 5px;
}

.cs-panel {
	line-height: 1.665;
	font-size: 18px;
	font-size: 18rem;
}

.cs-panel h2 {
	margin: 0 0 50px;
	line-height: 50px;
	font-size: 40px;
	font-size: 40rem;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cs-panel .center-title {
	text-align: center;
}

.cs-panel .testimonial-block {
	padding-bottom: 0;
	font-size: 30px;
	font-size: 30rem;
}

.cs-panel.text-light {
	color: #fff;
}

.cs-panel p a {
	color: #5caccd;
	text-decoration: underline;
}

.cs-panel p a:hover {
	color: #3beb9e;
}

.cs-panel.cs-smaller-h2 h2 {
	margin: 0 0 25px;
	font-size: 26px;
	font-size: 26rem;
}

.padded-cs-panel {
	padding: 85px 0;
}

.padded-cs-panel.padded-top {
	padding-bottom: 0;
}

.padded-cs-panel.padded-top-half {
	padding-top: 40px;
	padding-bottom: 0;
}

.padded-cs-panel.padded-bottom {
	padding-top: 0;
}

.padded-cs-panel.padded-bottom-double {
	padding-top: 0;
	padding-bottom: 170px;
}

.padded-cs-panel.padded-top-double {
	padding-top: 170px;
	padding-bottom: 0;
}

.padded-cs-panel.padded-75 {
	padding: 75px 0 75px;
}

.padded-cs-panel.padded-150 {
	padding: 150px 0 160px;
}

.padded-cs-panel.padded-top-150 {
	padding-top: 150px;
}

.padded-cs-panel.padded-bottom-150 {
	padding-bottom: 150px;
}

.padded-cs-panel.padded-200 {
	padding: 200px 0;
}

.padded-cs-panel.padded-top-200 {
	padding-top: 200px;
}

.padded-cs-panel.padded-bottom-200 {
	padding-bottom: 200px;
}

.padded-cs-panel.padded-bottom-240 {
	padding-bottom: 240px;
}

.padded-cs-panel.padded-bottom-300 {
	padding-bottom: 300px;
}

.padded-cs-panel.padded-double {
	padding: 170px 0;
}

.padded-cs-panel.padded-bottom-0 {
	padding-bottom: 0;
}

.padded-cs-panel.padded-top-0 {
	padding-top: 0;
}

.padded-cs-panel.padded-bottom-triple {
	padding-bottom: 240px;
}

.padded-cs-panel.padded-top-triple {
	padding-top: 240px;
}

.padded-none {
	padding: 0;
}

.cs-stats {
	color: #5caccd;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cs-stats li + li {
	margin: 8px 0 0;
}

.cs-visit-btn {
	display: block;
	background: #5caccd;
	color: #fff;
	width: 100%;
	max-width: 160px;
	margin: 80px auto 0;
	padding: 10px 15px 9px;
	-webkit-transition: background 0.15s linear, color 0.15s linear;
	transition: background 0.15s linear, color 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cs-visit-btn.is-inline {
	display: inline-block;
	margin: 40px 0 0;
}

html:not(.mobile):not(.tablet) .cs-visit-btn:hover,
.cs-visit-btn.on_press {
	background: #3beb9e;
}

.cs-one-cols {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.cs-one-cols--left {
	text-align: left;
}

.cs-one-cols--right {
	text-align: right;
}

.cs-two-cols {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

.cs-two-cols .cs-col-1,
.cs-two-cols .cs-col-2 {
	float: left;
	width: 50%;
}

.cs-two-cols .cs-col-1 {
	padding: 0 30px 0 0;
}

.cs-two-cols .cs-col-2 {
	padding: 0 0 0 30px;
}

.cs-two-cols .cs-col-2 .cs-stats {
	padding-left: 20px;
}

.cs-align-content-wrap {
	padding: 0 7.8%;
}

.cs-align-content-wrap .cs-align-content {
	width: 100%;
	max-width: 480px;
}

.cs-align-content-wrap .cs-align-content.cs-align-right {
	float: left;
}

.cs-image-inline {
	text-align: center;
	padding: 0 30px;
}

.cs-image-inline img {
	max-width: 100%;
	height: auto;
}

.cs-panel-full-img img {
	display: block;
	width: 100%;
}

.cs-panel-full-bg-img {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 56.25%;
}

.cs-panel-full-bg-img div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-panel-full-bg-img .cs-overlay:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 10;
	content: '';
}

.cs-panel-two-cols-img {
	width: 100%;
	margin: 0 auto;
}

.cs-panel-two-cols-img .cs-col-1,
.cs-panel-two-cols-img .cs-col-2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;
	display: inline-block;
	width: 50%;
}

.cs-panel-two-cols-img .cs-col-1:after,
.cs-panel-two-cols-img .cs-col-2:after {
	width: 100%;
	padding-bottom: 100%;
	display: block;
	content: '';
}

.cs-panel-three-cols-img {
	width: 100%;
	margin: 0 auto;
}

.cs-panel-three-cols-img .cs-col-1,
.cs-panel-three-cols-img .cs-col-2,
.cs-panel-three-cols-img .cs-col-3 {
	position: relative;
	float: left;
	display: inline-block;
	width: 33.333%;
}

.cs-panel-three-cols-img .cs-col-1 span,
.cs-panel-three-cols-img .cs-col-2 span,
.cs-panel-three-cols-img .cs-col-3 span {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.cs-panel-three-cols-img .cs-col-1:after,
.cs-panel-three-cols-img .cs-col-2:after,
.cs-panel-three-cols-img .cs-col-3:after {
	width: 100%;
	padding-bottom: 100%;
	display: block;
	content: '';
}

.cs-panel-full-video {
	position: relative;
	padding: 0 0 56.25%;
}

.cs-panel-full-video iframe,
.cs-panel-full-video .cs-video-item,
.cs-panel-full-video .yt-video-item,
.cs-panel-full-video .cs-panel-video-trigger {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-panel-full-video .cs-panel-video-trigger {
	position: relative;
	z-index: 10;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cs-panel-full-video .cs-panel-video-trigger:before,
.cs-panel-full-video .cs-panel-video-trigger:after {
	display: block;
	content: ' ';
	position: absolute;
}

.cs-panel-full-video .cs-panel-video-trigger:before {
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	border: 5px solid #fff;
	background: rgba(27, 29, 30, 0.5);
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.cs-panel-full-video .cs-panel-video-trigger:after {
	left: 50%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
	border-width: 38px 0 38px 65px;
	margin: -38px 0 0 -20px;
}

html:not(.mobile):not(.tablet) .cs-panel-full-video .cs-panel-video-trigger:hover:before,
.cs-panel-full-video .cs-panel-video-trigger.on_press:before {
	background: rgba(27, 29, 30, 0.85);
}

.cs-panel-video {
	position: relative;
	padding: 100px 30px;
	background: #1b1d1e;
	text-align: center;
}

.cs-panel-video .cs-video-panel-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	position: relative;
	background: #999;
	border-radius: 5px;
}

.cs-panel-video .cs-video-item {
	border-radius: 5px;
	overflow: hidden;
}

.cs-panel-video .cs-video-item:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 76%;
}

.cs-panel-video iframe {
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-panel-video .vimeo-video-item,
.cs-panel-video .cs-panel-video-trigger {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-panel-video .cs-panel-video-trigger {
	position: relative;
	z-index: 10;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cs-panel-video .cs-panel-video-trigger:before,
.cs-panel-video .cs-panel-video-trigger:after {
	display: block;
	content: ' ';
	position: absolute;
}

.cs-panel-video .cs-panel-video-trigger:before {
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	border: 5px solid #fff;
	background: rgba(27, 29, 30, 0.5);
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.cs-panel-video .cs-panel-video-trigger:after {
	left: 50%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
	border-width: 38px 0 38px 65px;
	margin: -38px 0 0 -20px;
}

html:not(.mobile):not(.tablet) .cs-panel-video .cs-panel-video-trigger:hover:before,
.cs-panel-video .cs-panel-video-trigger.on_press:before {
	background: rgba(27, 29, 30, 0.85);
}

.cs-screenshots {
	padding: 130px 30px;
	background: #f8f8f8;
}

.cs-screenshots .cs-screenshot-item {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.cs-screenshots img {
	display: block;
	width: 100%;
}

.cs-half-half {
	position: relative;
}

.cs-half-half:before {
	float: right;
	width: 50%;
	padding: 0 0 50%;
	margin: 0 0 0 -50%;
}

.cs-half-half .container {
	position: relative;
}

.cs-half-half.cs-half-tall:before {
	padding: 0 0 64%;
}

.cs-half-copy-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cs-half-copy {
	float: left;
	width: 50%;
	padding: 40px 130px 40px 0;
}

.cs-half-copy:not(.cs-copy-inherit) h2 {
	margin: 0 0 25px;
	font-size: 30px;
	font-size: 30rem;
	line-height: 36px;
}

.cs-half-hero-img {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
}

.half-inline-img-left:before,
.half-inline-img-right:before {
	content: none;
}

.half-inline-img-left .cs-half-half-inline-img,
.half-inline-img-right .cs-half-half-inline-img {
	width: 50%;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.half-inline-img-left .cs-half-half-inline-img img,
.half-inline-img-right .cs-half-half-inline-img img {
	max-width: 100%;
	height: auto;
}

.half-inline-img-right .cs-half-half-inline-img {
	float: right;
	padding-right: 30px;
}

.half-inline-img-left .cs-half-half-inline-img {
	float: left;
	padding-left: 30px;
}

.cs-third-two-third {
	position: relative;
}

.cs-third-two-third:before {
	float: right;
	width: calc(60% - 80px);
	padding: 0 0 50%;
	margin: 0 0 0 -66%;
}

.cs-third-two-third .container {
	position: relative;
}

.cs-third-copy-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cs-third-copy {
	float: left;
	width: 34%;
	padding: 40px 0 40px 0;
}

.cs-third-copy h2 {
	margin: 0 0 25px;
	font-size: 26px;
	font-size: 26rem;
}

.cs-third-hero-img {
	position: absolute;
	width: calc(60% - 80px);
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
}

.has-shadow.light img {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.has-shadow.dark img {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.7);
}

.panel-value:before {
	float: right;
	width: 50%;
	padding: 0 0 50%;
	margin: 0 0 0 -50%;
}

.panel-value .container {
	position: relative;
}

.value-copy-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.value-copy {
	float: left;
	width: 50%;
	padding: 40px 130px 40px 40px;
	color: #fff;
	line-height: 1.7;
	font-size: 20px;
	font-size: 20rem;
}

.value-copy h2 {
	margin: 0 0 24px;
	line-height: 1.1;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 40rem;
}

.value-hero-img {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
}

.value-num {
	float: left;
	margin: 5px 0 0 -40px;
	line-height: 1;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-size: 35rem;
}

.value-brown {
	background: #9a8e6a;
}

.value-brown .value-num {
	color: #d2c749;
}

.value-purple {
	background: #a52388;
}

.value-purple .value-num {
	color: #99e0d1;
}

.value-yellow {
	background: #f3e033;
}

.value-yellow .value-num {
	color: #f1af60;
}

.value-yellow .value-copy {
	color: #797979;
}

.value-yellow .value-copy h2 {
	color: #1b1d1e;
}

.value-red {
	background: #ec383f;
}

.value-red .value-num {
	color: #dfd466;
}

.clients-list {
	padding: 100px 0 0;
	text-align: center;
}

.client-list-leadin strong {
	display: block;
}

.clients-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}

.clients-logos li {
	position: relative;
	width: 20%;
	text-align: center;
	border: 1px solid #242627;
	border-width: 0 0 1px 1px;
}

.clients-logos li:before {
	display: block;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 100%;
}

.clients-logos img {
	display: block;
	width: 100%;
	max-width: 235px;
	max-height: 235px;
}

.client-logo-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.beliefs-wrapper {
	padding: 90px 0 155px;
	color: #797979;
}

.beliefs-wrapper h2 {
	margin: 0 0 50px;
	line-height: 1;
	color: #a4a4a4;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

.beliefs-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; /*&:after {
		display: block;
		content: ' ';
		height: 1px;
		margin: 0 0 -1px;
		overflow: hidden;
		clear: both;
	}*/
}

.beliefs-content a {
	color: #777;
	text-decoration: underline;
}

.wwb-list {
	width: 29%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.3077;
	font-size: 26px;
	font-size: 26rem;
}

.wwb-list a {
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
	color: #797979;
}

html:not(.mobile):not(.tablet) .wwb-list a:hover,
.wwb-list a.on_press {
	color: #353839;
}

.wwb-list a.is-active {
	color: #5caccd;
}

.wwp-items-group {
	width: 71%;
}

.wwp-items-group .slick-dots {
	bottom: -60px;
}

.wwb-item {
	display: none;
	outline: none;
}

.wwb-item.is-active {
	display: block;
}

.wwb-hero {
	width: 52%;
	max-width: 400px;
}

.wwb-hero img {
	display: block;
	width: 100%;
}

.wwb-content {
	width: 55%;
	padding: 0 0 0 45px;
	font-size: 22px;
	font-size: 22rem;
}

.wwb-content h3 {
	display: none;
	text-align: center;
	margin: 0 0 20px;
	color: #1b1d1e;
	font-size: 35px;
	font-size: 35rem;
}

.awards-wrapper {
	position: relative;
	padding: 115px 0 50px;
}

.awards-wrapper h2 {
	margin: 0 0 100px;
	line-height: 1;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

.awards-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.awards-wrapper ul h3 {
	position: absolute;
	left: 0;
	top: 19px;
	line-height: 1;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 16rem;
}

.awards-wrapper li {
	position: relative;
}

.awards-wrapper a {
	color: #fff;
}

html:not(.mobile):not(.tablet) .awards-wrapper a:hover,
.awards-wrapper a.on_press {
	color: #3beb9e;
}

.awards-wrapper .award-link {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.awards-list .award-row {
	border-bottom: 1px solid #323435;
	font-size: 0;
	padding: 16px 0;
	-webkit-transition: background 0.2s linear, opacity 0.2s linear;
	transition: background 0.2s linear, opacity 0.2s linear;
	opacity: 1;
}

html:not(.mobile):not(.tablet) .awards-list .award-row:hover,
.awards-list .award-row.on_press {
	background: rgba(255, 255, 255, 0.02);
}

.awards-list .award-row.non-hover {
	opacity: 0.5;
}

.award-col {
	display: inline-block;
	font-size: 16px;
	font-size: 16rem;
}

.award-link {
	width: 30%;
	margin: 0 0 0 15%;
	padding: 0 0 0 30px;
	vertical-align: text-top;
}

.award-link[target='_blank']:before {
	display: block;
	float: left;
	margin: 6px 0 0 -27px;
	font-family: "Icons";
	line-height: 1;
	content: "\E004";
	font-weight: 300;
	color: #3beb9e;
	font-size: 11px;
	font-size: 11rem;
}

.award-place {
	width: 29.5%;
	vertical-align: text-top;
}

.award-category {
	width: 25%;
	vertical-align: text-top;
}

body .expertise-header {
	position: relative;
	overflow: hidden;
	padding: 50px 0 0;
	font-size: 20px;
	font-size: 20rem;
}

body .expertise-header h1 + p {
	max-width: 420px;
}

body .expertise-header .expertise-cta {
	margin: 42px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 20rem;
}

body .expertise-header .arrow-link:before {
	background-color: #fff;
}

body .expertise-header .arrow-link:after {
	border-left-color: #fff;
}

body .expertise-header .container {
	position: relative;
	z-index: 1;
}

body .expertise-header.header-dark {
	color: #1b1d1e;
}

body .expertise-header.header-dark .arrow-link {
	color: #1b1d1e;
}

body .expertise-header.header-dark .arrow-link:before {
	background-color: #1b1d1e;
}

body .expertise-header.header-dark .arrow-link:after {
	border-left-color: #1b1d1e;
}

.expertise-icon-grid {
	margin: 0 0 150px -80px;
	font-size: 16px;
	font-size: 16rem;
}

.expertise-icon-grid h2 {
	margin: 30px 0 15px;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 16rem;
}

.expertise-icon-grid svg {
	display: block;
	width: 70%;
	fill: #fff;
	margin: -15px 0 0;
}

.expertise-icon-grid .col {
	padding-left: 80px;
}

.expertise-examples-wrap {
	overflow: hidden;
	-webkit-transition: background 1s linear;
	transition: background 1s linear;
	padding-bottom: 75px;
}

.example-item {
	position: relative;
	color: #fff;
	height: 90vh;
	min-height: 900px;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.example-item.is-visible {
	opacity: 1;
}

.example-item .container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.example-item.example-alt .container {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.example-item.lightbg {
	color: #333;
}

.example-item-content {
	float: left;
	width: 100%;
	max-width: 505px;
	font-size: 20px;
	font-size: 20rem;
}

.example-item-content h2 {
	margin: 0 0 40px;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 40rem;
	line-height: 47px;
}

.example-item-hero {
	position: absolute;
	top: 50%;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.18, 0.93) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.18, 0.93) 0s;
}

.example-item-hero + .example-item-hero {
	z-index: 2;
}

.example-item-hero + .example-item-hero + .example-item-hero {
	z-index: 3;
}

.example-item-hero + .example-item-hero + .example-item-hero + .example-item-hero {
	z-index: 4;
}

.example-item-text,
.example-item-services,
.example-testimonial {
	max-width: 445px;
}

.example-testimonial {
	margin: 0;
	padding: 0;
}

.example-testimonial footer {
	display: block;
	margin: 15px 0 0;
}

.example-testimonial cite {
	font-style: normal;
}

.example-item-services {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.example-item-services + * {
	margin-top: 30px;
}

.explore-others h2 {
	margin: 0 0 30px;
	color: #a4a4a4;
	font-size: 22px;
	font-size: 22rem;
}

.page-cap-subnav {
	padding: 0;
	list-style: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.page-cap-subnav li {
	float: left;
	width: 33.33333%;
}

.page-cap-subnav a {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 0 0 73%;
	background-color: #fff;
	position: relative;
}

html:not(.mobile):not(.tablet) .page-cap-subnav a:hover .sub-nav-img,
.page-cap-subnav a.on_press .sub-nav-img {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.page-cap-subnav .sub-nav-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-cap-subnav h3 {
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 23px;
	text-align: left;
	color: #fff;
	z-index: 1;
	font-size: 24px;
	font-size: 24rem;
}

.page-cap-subnav .content-dark h3 {
	color: #1b1d1e;
}

.expertise-examples-wrap .clients-list {
	padding: 0 0 100px;
	margin-top: -20px;
}

.expertise-examples-wrap .clients-list p {
	font-size: 18px;
	font-size: 18rem;
	color: #aaa;
}

[data-template="expertise-websites"] .expertise-header {
	background: #2f272b;
}

[data-template="expertise-websites"] .expertise-header-img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/expertise-banner-web.jpg) no-repeat center center;
	background-size: cover;
}

[data-template="expertise-websites"] .expertise-header-teaser {
	max-width: 350px;
}

#finbar .example-hero-1 {
	right: 54%;
}

#finbar .example-hero-2 {
	right: 76%;
}

#finbar .example-testimonial {
	color: #59aeca;
}

#finbar .example-testimonial footer {
	color: #90d3e8;
}

#rottnest .example-hero-2 {
	left: 80%;
}

#rottnest .example-hero-1 {
	left: 50%;
}

#rottnest .example-testimonial {
	color: #65dae0;
}

#rottnest .example-testimonial footer {
	color: #96eef2;
}

#premium-lighting .example-hero-1 {
	right: 57.5%;
}

#premium-lighting .example-hero-2 {
	right: 51%;
}

#premium-lighting .example-testimonial {
	color: #aaa;
}

#premium-lighting .example-testimonial footer {
	color: #ddd;
}

#skydive .example-hero-1 {
	left: 50%;
}

#skydive .example-testimonial {
	color: #c3dee6;
}

#skydive .example-testimonial footer {
	color: #fff;
}

#loyalkaspar .example-hero-1 {
	right: 55%;
}

#loyalkaspar .example-hero-2 {
	right: 52%;
}

#loyalkaspar .example-testimonial {
	color: #9dacc0;
}

#loyalkaspar .example-testimonial footer {
	color: #bdcbe0;
}

[data-template="expertise-apps"] .expertise-header {
	background: #292b38;
}

[data-template="expertise-apps"] .expertise-header-img-wrap {
	position: absolute;
	top: 15%;
	left: 46%;
}

[data-template="expertise-apps"] .expertise-header-img {
	display: block;
	width: 601px;
	height: 974px;
	background: url(../img/expertise-banner-apps.png) no-repeat 0 0;
}

#example-met .example-testimonial {
	color: #649eff;
}

#example-met .example-testimonial footer {
	color: #94a2b9;
}

#example-met .example-hero-1 {
	width: 370px;
	height: 840px;
	margin: -420px 74px 0 0;
	right: 50%;
	background-image: url(../img/expertise/met-hero-1.png);
}

#example-met .example-hero-2 {
	width: 294px;
	height: 258px;
	margin: -92px 300px 0 0;
	right: 50%;
	background-image: url(../img/expertise/met-hero-2.png);
}

#example-curtin .example-hero-1 {
	left: 49%;
}

#example-curtin .example-testimonial {
	color: #f0aed2;
}

#example-curtin .example-testimonial footer {
	color: #f9dbeb;
}

[data-template="expertise-ecommerce"] .expertise-header {
	background: #0a1624;
}

[data-template="expertise-ecommerce"] .expertise-header-img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/expertise-banner-ecommerce.jpg) no-repeat center center;
	background-size: cover;
}

[data-template="expertise-ecommerce"] .expertise-header-img-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -310px 0 0 -85px;
}

[data-template="expertise-ecommerce"] .expertise-header-img {
	width: 874px;
	height: 620px;
	display: block;
	background: url(../img/expertise-banner-ecommerce-device.png) no-repeat 0 0;
	background-size: 100% auto;
}

[data-template="expertise-ecommerce"] .expertise-header-teaser {
	max-width: 350px;
}

#sodashi .example-hero-1 {
	right: 54%;
}

#sodashi .example-hero-2 {
	right: 72%;
	top: 59%;
}

#sodashi .example-hero-3 {
	right: 50%;
	top: 72%;
}

#sodashi .example-hero-3 img {
	display: block;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sodashi .example-testimonial {
	color: #56879a;
}

#sodashi .example-testimonial footer {
	color: #8bafbc;
}

#dusk .example-hero-2 {
	left: 49%;
}

#dusk .example-hero-2 img {
	display: block;
	width: 100%;
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%);
}

#dusk .example-hero-1 {
	left: 55%;
}

#dusk .example-testimonial {
	color: #ffc460;
}

#dusk .example-testimonial footer {
	color: #70578a;
}

#fremantlearts .example-hero-1 {
	right: 60%;
}

#fremantlearts .example-hero-2 {
	right: 52%;
}

#flowerbros .example-hero-1 {
	left: 48%;
	top: 18%;
}

#flowerbros .example-hero-1 img {
	display: block;
	width: 100%;
}

#flowerbros .example-hero-2 {
	left: 55%;
}

[data-template="expertise-software"] .expertise-header {
	background: #fff;
}

[data-template="expertise-software"] .expertise-header-img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/expertise-banner-software.jpg) no-repeat bottom right;
}

[data-template="expertise-software"] .expertise-header-teaser {
	max-width: 350px;
}

#cre .example-hero-1 {
	right: 55%;
}

#cre .example-hero-2 {
	right: 52%;
}

#cre .example-testimonial {
	color: #f5771c;
}

#cre .example-testimonial footer {
	color: #ffb580;
}

#wholesale { /*@include breakpoint(0, $bp-semi-mid) {
		.example-hero-1 {
			left: 55%;
			top: 45%;
			.device {
				transform: translateY(-56%);
			}
		}
	}*/
}

#wholesale .example-hero-1 {
	left: 50%;
}

#waaffle .example-hero-2 {
	right: 50%;
	top: 17%;
}

#waaffle .example-hero-1 {
	right: 55%;
}

#placematch .example-hero-1 {
	left: 50%;
}

.expertise-header-teaser {
	max-width: 350px;
}

#homebly .example-hero-1 {
	right: 55%;
}

.load-more {
	position: absolute;
	bottom: 150px;
	left: 50%;
	width: 250px;
	height: 70px;
	margin: 0 0 0 -125px;
	color: #fff;
	opacity: 0.35;
	text-align: center;
	z-index: 200;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	font-size: 18px;
	font-size: 18rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.load-more:before,
.load-more:after {
	display: block;
	content: ' ';
	position: absolute;
}

.load-more:before {
	top: 40px;
	left: 50%;
	width: 2px;
	height: 19px;
	margin: 0 0 0 -1px;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: top 0.15s linear, height 0.15s linear;
	transition: top 0.15s linear, height 0.15s linear;
}

.load-more:after {
	left: 50%;
	top: 64px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin: -6px 0 0 -6px;
	-webkit-transition: top 0.15s linear;
	transition: top 0.15s linear;
}

html:not(.mobile):not(.tablet) .load-more:hover,
.load-more.on_press {
	opacity: 1 !important;
}

html:not(.mobile):not(.tablet) .load-more:hover:before,
.load-more.on_press:before {
	top: 36px;
	height: 27px;
}

html:not(.mobile):not(.tablet) .load-more:hover:after,
.load-more.on_press:after {
	top: 67px;
}

.panel-about-wrap {
	position: relative;
	overflow: hidden;
	background: #1b1d1e url(../img/about-header-img.jpg) no-repeat center top !important;
	background-size: 100% auto !important;
}

.panel-about-wrap:before {
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70%;
	width: 100%;
	z-index: 1;
	background: url(../img/about-header-mask.png) no-repeat center top !important;
	background-size: 100% auto !important;
}

.panel-about-wrap h1 {
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body .about-intro {
	position: relative;
	padding: 10vw 0 5vw 0;
	line-height: 1.4;
	z-index: 5;
	text-align: center;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

.about-team-grid {
	position: relative;
	padding: 0 15px;
	z-index: 50;
	max-width: 1800px;
	margin: 0 auto;
}

.about-team-member {
	margin: 30px 0 0;
	text-align: left;
	font-size: 16px;
	font-size: 16rem; /*
	@include breakpoint(1500px, 0) {
		width: 20%;
		&.enticer {
			width: 40%;
			.about-team-hero {
				padding: 0 0 65.5%;
			}
		}
	}*/
}

.about-team-member h3 {
	font-size: inherit;
	font-style:italic;
	font-family: 'Montserrat';
}

.about-team-member h2 {
	margin: 15px 0 0;
	font-size: 20px;
	font: bold;
	font-family: 'Montserrat';
}

.about-team-member.enticer {
	display: none;
}

html:not(.ios):not(.android) .about-team-member:hover .about-team-hero:after {
	opacity: 0.85;
}

html:not(.ios):not(.android) .about-team-member:hover .bio {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.about-team-hero {
	position: relative;
	padding: 0 0 135%;
	overflow: hidden;
}

.about-team-hero:after {
	display: block;
	content: ' ';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

.about-team-hero video,picture, img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 30px);
	margin: -15px 0 0 -15px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bio {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 25px 25px;
	font-size: 16px;
	font-size: 16rem;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	-webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s linear;
	transition: opacity 0.4s linear, transform 0.4s linear;
}

html.mobile .bio,
html.table .bio {
	display: none;
}

.bio-social {
	display: block;
	float: left;
	margin: 15px 10px 0 0;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
}

.bio-social:before {
	font-family: "Icons";
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 13px;
	font-size: 13rem;
}

html:not(.mobile):not(.tablet) .bio-social:hover,
.bio-social.on_press {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bio-tw {
	background-color: #1da1f2;
}

.bio-tw:before {
	content: '\E00C';
	font-size: 11px;
	font-size: 11rem;
}

.bio-cp {
	background-color: #fff;
}

.bio-cp:before {
	content: ' ';
	background: url(../img/codepen-logo.svg) no-repeat center center;
	background-size: 25px;
}

.bio-ig {
	background: #ffdc80; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffdc80 0%, #e1306c 55%, #833ab4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffdc80 0%, #e1306c 55%, #833ab4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc80', endColorstr='#833ab4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bio-ig:before {
	content: '\E012';
}

.bio-dr {
	background-color: #ea4c89;
}

.bio-dr:before {
	content: '\E011';
}

.got-the-chops {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #727378;
	z-index: 3;
	background: #161718;
	font-size: 16px;
	font-size: 16rem;
	-webkit-transition: color 0.4s linear;
	transition: color 0.4s linear;
}

.got-the-chops h2 {
	color: #5e6669;
	line-height: 1.1;
	-webkit-transition: color 0.4s linear;
	transition: color 0.4s linear;
	margin: 0 0 3px;
	font-size: 50px;
	font-size: 50rem;
}

.got-the-chops h3 {
	max-width: 350px;
	margin: 0 auto;
}

html:not(.mobile):not(.tablet) .got-the-chops:hover,
.got-the-chops.on_press {
	color: #a9aaad;
}

html:not(.mobile):not(.tablet) .got-the-chops:hover h2,
.got-the-chops.on_press h2 {
	color: #fff;
}

.got-the-chops-innner {
	width: 100%;
}

html.ios.tablet .about-team-hero video {
	display: none;
}

html.ios.tablet .about-team-hero[data-profile] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

html.ios.tablet .about-team-hero[data-profile='chris'] {
	background-image: url(../videos/fallbacks/chris.jpg);
}

html.ios.tablet .about-team-hero[data-profile='danb'] {
	background-image: url(../videos/fallbacks/danb.jpg);
}

html.ios.tablet .about-team-hero[data-profile='danm'] {
	background-image: url(../videos/fallbacks/danm.jpg);
}

html.ios.tablet .about-team-hero[data-profile='dedy'] {
	background-image: url(../videos/fallbacks/dedy.jpg);
}

html.ios.tablet .about-team-hero[data-profile='jay'] {
	background-image: url(../videos/fallbacks/jay.jpg);
}

html.ios.tablet .about-team-hero[data-profile='jess'] {
	background-image: url(../videos/fallbacks/jess.jpg);
}

html.ios.tablet .about-team-hero[data-profile='jesse'] {
	background-image: url(../videos/fallbacks/jesse.jpg);
}

html.ios.tablet .about-team-hero[data-profile='karen'] {
	background-image: url(../videos/fallbacks/karen.jpg);
}

html.ios.tablet .about-team-hero[data-profile='kylie'] {
	background-image: url(../videos/fallbacks/kylie.jpg);
}

html.ios.tablet .about-team-hero[data-profile='lee'] {
	background-image: url(../videos/fallbacks/lee.jpg);
}

html.ios.tablet .about-team-hero[data-profile='mark'] {
	background-image: url(../videos/fallbacks/mark.jpg);
}

html.ios.tablet .about-team-hero[data-profile='paul'] {
	background-image: url(../videos/fallbacks/paul.jpg);
}

html.ios.tablet .about-team-hero[data-profile='sandy'] {
	background-image: url(../videos/fallbacks/sandy.jpg);
}

.do-dont {
	padding: 60px 0;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

.do-dont h2 {
	margin: 0 0 20px;
	font-size: 26px;
	font-size: 26rem;
}

.do-dont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.do-dont li + li {
	margin: 8px 0 0;
}

.do-dont:after {
	display: block;
	width: 100%;
	clear: both;
}

.col-dont {
	color: #a4a4a4;
	padding-left: 5vw;
}

.col-dont h2 {
	text-decoration: line-through;
}

.panel-photo-grid .row {
	height: 50vw;
}

.panel-photo-grid .row.slim {
	height: 25vw;
}

.panel-photo-grid .row .row {
	height: 50%;
}

.panel-photo-grid .col {
	float: none;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.panel-photo-grid .col img {
	width: 100%;
	height: auto;
}

.staats h2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	margin: 0 0 30px;
	color: #a4a4a4;
	font-size: 30px;
	font-size: 30rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.staats:after {
	-webkit-box-flex: 0 !important;
	-ms-flex: none !important;
	flex: none !important;
	width: 100%;
}

.staats .waypoint + .waypoint {
	margin-top: 80px;
}

.staats-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.staat-item {
	position: relative;
	width: 50%;
	color: #a4a4a4;
	padding: 0 10px 40px;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 16rem;
}

.staat-item p {
	margin: 0;
}

.staat-item h3 {
	color: #353839;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-size: 30rem;
}

.staat-item:after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 9px;
	background: #1b1d1e;
}

.blog-welcome {
	position: absolute;
	top: 39px;
	left: 238px;
	color: #a4a4a4;
	z-index: 150;
	font-size: 18px;
	font-size: 18rem;
}

.blog-filters {
	position: absolute;
	top: 41px;
	left: 50%;
	text-align: center;
	color: #a4a4a4;
	width: 300px;
	margin: 0 0 0 -150px;
	z-index: 150;
	font-size: 15px;
	font-size: 15rem;
}

.blog-filter-item {
	position: relative;
	display: inline-block;
	padding: 0 25px;
}

.filter-categories:after {
	display: block;
	content: ' ';
	position: absolute;
	right: 6px;
	top: 4px;
	width: 7px;
	height: 7px;
	border: 1px solid #a4a4a4;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.15s linear, top 0.15s linear;
	transition: transform 0.15s linear, top 0.15s linear;
	z-index: 200;
}

.categories-label.is-open ~ .filter-categories:after {
	top: 7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.categories-label {
	display: block;
	position: relative;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: color 0.15s linear, background-color 0.3s linear, box-shadow 0.3s linear;
	transition: color 0.15s linear, background-color 0.3s linear, box-shadow 0.3s linear;
	padding: 0 25px;
	margin: 0 -25px;
}

.categories-label.is-open {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	background: #fff;
	padding: 16px 25px 5px;
	margin: -16px -25px -5px;
	box-shadow: 0 2px 3px #fff;
}

html:not(.mobile):not(.tablet) .categories-label:hover,
.categories-label.on_press {
	color: #5caccd;
}

html:not(.mobile):not(.tablet) .categories-label:hover:after,
.categories-label.on_press:after {
	border-color: #5caccd;
}

.categories-options {
	display: none;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0%;
	width: 160px;
	left: 50%;
	margin: -16px 0 0 -80px;
	padding: 0 18px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	max-height: 370px;
	overflow: auto;
}

.categories-options ul {
	margin: 0;
	padding: 50px 0 20px;
	list-style: none;
	line-height: 1.1;
}

.categories-options li + li {
	margin: 7px 0 0;
}

.categories-options a {
	display: block;
	color: #5caccd;
	padding: 4px 0;
}

html:not(.mobile):not(.tablet) .categories-options a:hover,
.categories-options a.on_press {
	color: #797979;
}

.filter-search input {
	width: 90px;
	margin: 0 -25px 0 0;
	padding: 0 0 0 5px;
	border: none;
	color: #5caccd;
	background: transparent;
	-webkit-transition: width 0.15s linear;
	transition: width 0.15s linear;
	font-size: 15px;
	font-size: 15rem;
}

.filter-search input::-webkit-input-placeholder {
	color: #a4a4a4;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.filter-search input:-moz-placeholder {
	color: #a4a4a4;
	transition: color 0.15s linear;
}

.filter-search input::-moz-placeholder {
	color: #a4a4a4;
	transition: color 0.15s linear;
}

.filter-search input:-ms-input-placeholder {
	color: #a4a4a4;
	transition: color 0.15s linear;
}

.filter-search input:focus {
	width: 130px;
}

.filter-search input:focus::-webkit-input-placeholder {
	color: #f8f8f8;
}

.filter-search input:focus:-moz-placeholder {
	color: #f8f8f8;
}

.filter-search input:focus::-moz-placeholder {
	color: #f8f8f8;
}

.filter-search input:focus:-ms-input-placeholder {
	color: #f8f8f8;
}

.filter-search:after {
	display: block;
	position: absolute;
	font-family: "Icons";
	right: 0;
	top: 2px;
	line-height: 1;
	content: '\E00E';
	font-size: 17px;
	font-size: 17rem;
}

.load-more {
	padding: 52px 0;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

.load-more .btn {
	display: block;
	width: 240px;
	text-align: center;
	margin: 0 auto;
}

html:not(.mobile):not(.tablet) .load-more .btn:hover,
.load-more .btn.on_press {
	color: #3beb9e;
}

.blog-item .blog-content {
	position: relative;
	margin: 30px 0 0;
	line-height: 1.4;
	font-size: 20px;
	font-size: 20rem;
}

.blog-item .blog-content h2 {
	margin: 60px 0 30px;
	font-size: 26px;
	font-size: 26rem;
}

.blog-item .blog-content h3 {
	margin: 50px 0 30px;
	color: #6b6b6b;
	font-size: 22px;
	font-size: 22rem;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-item .blog-content h4 {
	margin: 40px 0 20px;
	color: #1b1d1e;
	font-size: 18px;
	font-size: 18rem;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-item .blog-content h5 {
	margin: 40px 0 20px;
	color: #1b1d1e;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 13rem;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-item .blog-content a {
	color: #33bddb;
	text-decoration: underline;
	display: inline-block;
}

.blog-item .blog-content a strong {
	color: #33bddb;
}

html:not(.mobile):not(.tablet) .blog-item .blog-content a:hover,
.blog-item .blog-content a.on_press {
	color: #1b1d1e;
}

.blog-item .blog-content a[rel] img {
	margin: 30px 0 0 0;
}

.blog-item .blog-content ul,
.blog-item .blog-content ol {
	margin: 40px 0;
}

.blog-item .blog-content ul ul,
.blog-item .blog-content ul ol,
.blog-item .blog-content ol ul,
.blog-item .blog-content ol ol {
	margin: 25px 0;
}

.blog-item .blog-content li + li {
	margin-top: 15px;
}

.blog-item .blog-content .post-share h2 {
	margin: 0;
	color: #c3c3c3;
	font-size: 20px;
	font-size: 20rem;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-item .blog-content .post-share a {
	display: block;
	line-height: 1;
	margin: 27px 0 0;
	text-align: center;
	color: #c3c3c3;
	text-decoration: none;
}

html:not(.mobile):not(.tablet) .blog-item .blog-content .post-share a:hover,
.blog-item .blog-content .post-share a.on_press {
	color: #5caccd;
}

.blog-item .blog-content .post-share .share-twitter {
	padding-left: 1px;
	font-size: 24px;
	font-size: 24rem;
}

.blog-item .blog-content .post-share .share-twitter:before {
	content: '\E00C';
}

.blog-item .blog-content .post-share .share-fb {
	font-size: 30px;
	font-size: 30rem;
}

.blog-item .blog-content .post-share .share-fb:before {
	content: '\E00D';
}

.blog-content-inner iframe {
	margin: 40px auto !important;
}

.blog-content-inner p iframe {
	margin-bottom: 0 !important;
}

iframe .blog-content-inner h2,
iframe .blog-content-inner h3,
iframe .blog-content-inner h4,
iframe .blog-content-inner h5 {
	margin-top: 20px !important;
}

.blog-content-inner strong {
	color: #1b1d1e;
}

.blog-content-inner blockquote {
	margin: 50px 0;
	padding: 0  0 0 40px;
	border-left: 8px solid #e6e5e5;
}

.blog-item .blog-hero-thumb {
	padding: 0 !important;
	background: transparent !important;
}

.blog-item .blog-hero-thumb img {
	margin: 0 !important;
}

.panel-pre-blog-list .feature-blog-post {
	border-bottom: none !important;
}

.panel-pre-blog-list .feature-blog-post h1 {
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-content-cap {
	position: relative;
	margin: 50px 0 0;
	color: #434343;
}

.blog-content-cap strong {
	position: relative;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-content-cap strong:after {
	display: block;
	content: ' ';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #797979;
	-webkit-transform: translateY(-0.07em);
	transform: translateY(-0.07em);
}

.blog-cap-social {
	position: absolute;
	top: 4px;
	right: 0;
}

.blog-cap-social .social-item {
	float: left;
}

.blog-cap-social .social-item iframe {
	display: block !important;
}

.blog-cap-social .social-item + .social-item {
	margin: 0 0 0 8px;
}

.blog-cap-social .fb-like > span {
	vertical-align: top !important;
}

.comments-wrap {
	margin: 90px 0 0;
	text-align: center;
}

.comments-wrap .btn-comments {
	display: inline-block;
	color: #797979;
	padding: 9px 90px 11px;
	border: 1px solid #c3c3c3;
	border-radius: 30px;
	-webkit-transition: color 0.15s linear, border-color 0.15s linear;
	transition: color 0.15s linear, border-color 0.15s linear;
	font-size: 20px;
	font-size: 20rem;
}

html:not(.mobile):not(.tablet) .comments-wrap .btn-comments:hover,
.comments-wrap .btn-comments.on_press {
	color: #5caccd;
	border-color: #5caccd;
}

.can-load-more .spinner {
	display: none;
	position: absolute;
	z-index: 100;
	left: 50%;
	bottom: 30px;
	margin: -25px 0 0 -25px;
	height: 50px;
	width: 50px;
	border: 3px solid #33bddb;
	border-right-color: #f8f8f8;
	border-left-color: #f8f8f8;
	border-radius: 50%;
	-webkit-animation: rotate 0.8s infinite linear;
	animation: rotate 0.8s infinite linear;
}

.twitter-tweet {
	margin: 30px auto 40px !important;
}

body .contact-details {
	line-height: 1.8182;
	font-weight: normal;
	font-family: "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 22rem;
}

body .contact-details h1 {
	margin: 0;
	color: #616161;
	font-size: 46px;
	font-size: 46rem;
}

body .contact-details .btn-wrap {
	margin: 51px 0 45px;
}

body .contact-details .btn {
	width: 270px;
	background: #33bddb;
	padding: 18px 0 17px;
	line-height: 1.4;
	color: #fff;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 18rem;
}

html:not(.mobile):not(.tablet) body .contact-details .btn:hover,
body .contact-details .btn.on_press {
	color: #fff;
	background: #78d55b;
}

body .contact-details a {
	color: #33bddb;
	font-size: 26px;
	font-size: 26rem;
}

html:not(.mobile):not(.tablet) body .contact-details a:hover,
body .contact-details a.on_press {
	color: #1b1d1e;
}

html:not(.mobile):not(.tablet) body .contact-details a:hover span,
body .contact-details a.on_press span {
	color: #1b1d1e;
}

body .contact-details .contact-tel {
	color: #4a4a4a;
	letter-spacing: 0.04em;
}

body .contact-details .contact-tel span {
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
	color: #8c8c8c;
}

body .contact-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body .contact-action-item {
	width: 50%;
	font-size: 16px;
	font-size: 16rem;
}

body .contact-action-item h2 {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 34rem;
}

.contact-action-item-inner {
	max-width: 490px;
	margin: 0 auto;
	padding: 70px 30px;
	text-align: center;
}

.contact-slack {
	background: #353839;
	color: #9a9a9a;
}

.contact-slack h2 {
	color: #fff;
}

.contact-slack a {
	color: #fff;
}

html:not(.mobile):not(.tablet) .contact-slack a:hover,
.contact-slack a.on_press {
	color: #3beb9e;
}

.contact-slack input {
	display: block;
	width: 100%;
	margin: 20px 0 30px;
	text-align: center;
	padding: 10px 0;
	border: none;
	background: transparent;
	border-radius: 0px;
	border-bottom: 2px solid #3beb9e;
	-webkit-transition: border-color 0.15s linear;
	transition: border-color 0.15s linear;
}

.contact-slack input.has_error {
	border-bottom-color: #d53636;
}

.contact-slack input.is_processing ~ .slack-spinner {
	opacity: 1;
}

.contact-slack input::-webkit-input-placeholder {
	color: #fff;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.contact-slack input:-moz-placeholder {
	color: #fff;
	transition: color 0.15s linear;
}

.contact-slack input::-moz-placeholder {
	color: #fff;
	transition: color 0.15s linear;
}

.contact-slack input:-ms-input-placeholder {
	color: #fff;
	transition: color 0.15s linear;
}

.contact-slack input:focus::-webkit-input-placeholder {
	color: #9a9a9a;
}

.contact-slack input:focus:-moz-placeholder {
	color: #9a9a9a;
}

.contact-slack input:focus::-moz-placeholder {
	color: #9a9a9a;
}

.contact-slack input:focus:-ms-input-placeholder {
	color: #9a9a9a;
}

.contact-slack input::-ms-clear {
	display: none;
}

.contact-slack .contact-action-item-inner {
	max-width: 330px;
}

.contact-slack .contact-slack-comments:before {
	display: block;
	margin: 25px 0 30px;
	text-align: center;
	line-height: 1;
	content: "\E005";
	color: #3beb9e;
	font-size: 128px;
	font-size: 128rem;
}

.contact-slack .slack-msg-thanks {
	margin: 25px 0 -15px;
	color: #3beb9e;
	font-size: 40px;
	font-size: 40rem;
}

.slack-post {
	position: relative;
}

.contact-device-lab {
	position: relative;
	background: url(../img/contact-device-lab.jpg) no-repeat center center;
	background-size: cover;
	color: #4a4a4a;
}

.contact-device-lab h2 {
	color: #383838;
	margin: 0 20px 20px;
}

.contact-device-lab .btn {
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 270px;
	margin: 0 0 0 -135px;
	background: #ec383f;
	padding: 18px 0 17px;
	line-height: 1.4;
	color: #fff;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 18rem;
}

html:not(.mobile):not(.tablet) .contact-device-lab .btn:hover,
.contact-device-lab .btn.on_press {
	color: #fff;
	background: #78d55b;
}

.slack-spinner {
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 7px 0 0;
	text-align: center;
}

.slack-spinner > div {
	width: 10px;
	height: 10px;
	background-color: #3beb9e;
	border-radius: 100%;
	display: inline-block;
	margin: 0 1px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.slack-spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.slack-spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

/* The MIT License */

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
	box-sizing: border-box;
}

.dropzone {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.02);
	padding: 1em;
}

.dropzone.dz-clickable {
	cursor: pointer;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
	cursor: pointer;
}

.dropzone.dz-clickable * {
	cursor: default;
}

.dropzone .dz-message {
	opacity: 1;
	-ms-filter: none;
	-webkit-filter: none;
	filter: none;
}

.dropzone.dz-drag-hover {
	border-color: rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.04);
}

.dropzone.dz-started .dz-message {
	display: none;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	display: inline-block;
	margin: 17px;
	vertical-align: top;
	border: 1px solid #acacac;
	padding: 6px 6px 6px 6px;
}

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
	display: none;
}

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
	width: 100px;
	height: 100px;
	position: relative;
	background: #ebebeb;
	padding: 5px;
	margin-bottom: 22px;
}

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
	overflow: hidden;
	height: 100%;
}

.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
	position: absolute;
	bottom: -28px;
	left: 3px;
	height: 28px;
	line-height: 28px;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
	display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
	display: block;
}

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
	display: none;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	right: -10px;
	top: -10px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
	color: #8cc657;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
	color: #ee162d;
}

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
	position: absolute;
	top: 100px;
	left: 6px;
	right: 6px;
	height: 6px;
	background: #d7d7d7;
	display: none;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	background-color: #8cc657;
}

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
	display: block;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
	display: none;
	position: absolute;
	top: -5px;
	left: -20px;
	background: rgba(245, 245, 245, 0.8);
	padding: 8px 10px;
	color: #800;
	min-width: 140px;
	max-width: 500px;
	z-index: 500;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
	display: block;
}

.dropzone {
	border: 1px solid rgba(0, 0, 0, 0.03);
	min-height: 360px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.03);
	padding: 23px;
}

.dropzone .dz-default.dz-message {
	opacity: 1;
	-ms-filter: none;
	-webkit-filter: none;
	filter: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background-image: url("../images/spritemap.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	width: 428px;
	height: 123px;
	margin-left: -214px;
	margin-top: -61.5px;
	top: 50%;
	left: 50%;
}

.dropzone .dz-default.dz-message span {
	display: none;
}

.dropzone.dz-square .dz-default.dz-message {
	background-position: 0 -123px;
	width: 268px;
	margin-left: -134px;
	height: 174px;
	margin-top: -87px;
}

.dropzone.dz-drag-hover .dz-message {
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
}

.dropzone.dz-started .dz-message {
	display: block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
	font-size: 14px;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
	display: block;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
	opacity: 1;
	-ms-filter: none;
	-webkit-filter: none;
	filter: none;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-ms-filter: none;
	-webkit-filter: none;
	filter: none;
}

.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
	background: #ee1e2d;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
	display: block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	background-image: url("../images/spritemap.png");
	background-repeat: no-repeat;
}

.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
	display: none;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
	background-position: -268px -123px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
	background-position: -268px -163px;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
	-webkit-animation: loading 0.4s linear infinite;
	animation: loading 0.4s linear infinite;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-image: url("../images/spritemap.png");
	background-repeat: repeat-x;
	background-position: 0px -400px;
}

.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
	display: block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
	display: block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
	opacity: 1;
	-ms-filter: none;
	-webkit-filter: none;
	filter: none;
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
	background-image: -webkit-linear-gradient(top, #fafafa, #eee);
	background-image: linear-gradient(to bottom, #fafafa, #eee);
	border-radius: 2px;
	border: 1px solid #eee;
	text-decoration: none;
	display: block;
	padding: 4px 5px;
	text-align: center;
	color: #aaa;
	margin-top: 26px;
}

.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
	color: #666;
}

.hide-nav .main-header-planner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px 20px 30px;
	z-index: 100;
	-webkit-transition: background 0.3s linear, padding 0.3s linear, -webkit-transform 0.5s ease-in-out;
	transition: background 0.3s linear, padding 0.3s linear, transform 0.5s ease-in-out;
	pointer-events: none;
	background: #fff;
}

body .planner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	color: #797979;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body .planner-wrapper-inner {
	width: 820px;
	height: 700px;
	position: relative;
}

.planner-contact {
	position: absolute;
	bottom: 25px;
	right: 15px;
	z-index: 50;
}

.planner-contact a {
	color: #434343;
	padding: 0 15px;
}

html:not(.mobile):not(.tablet) .planner-contact a:hover,
.planner-contact a.on_press {
	color: #33bddb;
}

.planner-close {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 150;
	color: #434343;
	padding: 0 25px 0 0;
	z-index: 10;
}

html:not(.mobile):not(.tablet) .planner-close:hover,
.planner-close.on_press {
	color: #33bddb;
}

html:not(.mobile):not(.tablet) .planner-close:hover .planner-close-icon:after,
html:not(.mobile):not(.tablet) .planner-close:hover .planner-close-icon:before,
.planner-close.on_press .planner-close-icon:after,
.planner-close.on_press .planner-close-icon:before {
	background: #33bddb;
}

html:not(.mobile):not(.tablet) .planner-close:hover .planner-close-icon:after,
.planner-close.on_press .planner-close-icon:after {
	top: -2px;
	height: 18px;
}

html:not(.mobile):not(.tablet) .planner-close:hover .planner-close-icon:before,
.planner-close.on_press .planner-close-icon:before {
	left: 0px;
	width: 18px;
}

.planner-close-icon {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.planner-close-icon:after,
.planner-close-icon:before {
	position: absolute;
	display: block;
	content: ' ';
	background: #434343;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.planner-close-icon:after {
	top: 0;
	left: 8px;
	width: 2px;
	height: 14px;
}

.planner-close-icon:before {
	top: 6px;
	left: 2px;
	width: 14px;
	height: 2px;
}

.planner-indicators {
	position: absolute;
	top: 75px;
	left: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.planner-indicators li {
	opacity: 0;
	float: left;
	width: 80px;
	height: 3px;
	margin: 0 0 0 1px;
	background: #d9d9d9;
	-webkit-transition: background 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
	transition: background 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

.planner-indicators li.is-active {
	background: #33bddb;
}

.planner-indicators li.is-visible {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body .planner-step {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-size: 20rem;
}

body .planner-step.is-active {
	z-index: 10;
}

body .planner-step h2 {
	margin: 0 0 58px;
	color: #616161;
	line-height: 1;
	font-size: 50px;
	font-size: 50rem;
}

.sub-step-wrap {
	position: relative;
}

.step-instructions {
	max-width: 700px;
	height: 95px;
}

.step-controls .trigger-analogy,
.step-controls .trigger-dollar {
	display: inline-block;
	margin: 50px 0 0;
}

.form-field + .form-field {
	margin: 42px 0 0;
}

.form-field label {
	display: block;
	color: #4d4d4d;
	line-height: 1;
	margin: 0 0 2px;
	position: relative;
	z-index: 1;
}

.form-field label span {
	color: #adadad;
}

.form-field input {
	padding: 0;
	height: 70px;
	width: 100%;
	max-width: 555px;
	border: 2px solid #c7c7c7;
	border-width: 0 0 2px 0;
	-webkit-transition: border 0.15s linear, color 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear;
	color: #33bddb;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 30px;
	font-size: 30rem;
}

.form-field input.full-field {
	border-width: 2px;
	border-radius: 3px;
}

.form-field input.error {
	border-color: #d53636;
}

.form-field input[type=tel] {
	letter-spacing: 0.06em;
}

.form-field input[type=tel]::-webkit-input-placeholder {
	letter-spacing: 0;
}

.form-field input[type=tel]:-moz-placeholder {
	letter-spacing: 0;
}

.form-field input[type=tel]::-moz-placeholder {
	letter-spacing: 0;
}

.form-field input[type=tel]:-ms-input-placeholder {
	letter-spacing: 0;
}

.form-field input::-webkit-input-placeholder {
	color: #bbb;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.form-field input:-moz-placeholder {
	color: #bbb;
	transition: color 0.15s linear;
}

.form-field input::-moz-placeholder {
	color: #bbb;
	transition: color 0.15s linear;
}

.form-field input:-ms-input-placeholder {
	color: #bbb;
	transition: color 0.15s linear;
}

.form-field input:focus {
	border-color: #33bddb;
}

.form-field input:focus::-webkit-input-placeholder {
	color: #ccc;
}

.form-field input:focus:-moz-placeholder {
	color: #ccc;
}

.form-field input:focus::-moz-placeholder {
	color: #ccc;
}

.form-field input:focus:-ms-input-placeholder {
	color: #ccc;
}

.form-field input::-ms-clear {
	display: none;
}

.form-field textarea {
	margin: 20px 0 0;
	width: 100%;
	height: 180px;
	border: 2px solid #c7c7c7;
	border-radius: 3px !important;
	color: #33bddb;
	resize: none;
	padding: 13px 20px;
	-webkit-transition: border 0.15s linear, color 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear;
	font-size: 26px;
	font-size: 26rem;
}

.form-field textarea.error {
	border-color: #d53636;
}

.form-field textarea::-webkit-input-placeholder {
	color: #bbb;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.form-field textarea:-moz-placeholder {
	color: #bbb;
	transition: color 0.15s linear;
}

.form-field textarea::-moz-placeholder {
	color: #bbb;
	transition: color 0.15s linear;
}

.form-field textarea:-ms-input-placeholder {
	color: #bbb;
	transition: color 0.15s linear;
}

.form-field textarea:focus {
	border-color: #33bddb;
}

.form-field textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.form-field textarea:focus:-moz-placeholder {
	color: #ccc;
}

.form-field textarea:focus::-moz-placeholder {
	color: #ccc;
}

.form-field textarea:focus:-ms-input-placeholder {
	color: #ccc;
}

.form-field .form-field-col {
	float: left;
	width: 37%;
}

.form-field .form-field-col + .form-field-col {
	margin: 0 0 0 3%;
}

.custom-upload {
	position: relative;
	cursor: pointer;
	max-width: 555px;
	margin: 20px 0 0;
}

.custom-upload .inp-file {
	position: absolute;
	background: transparent;
	opacity: 0;
	z-index: 2;
}

.custom-upload .inp-file:focus + .inp-fake-file input {
	color: #797979;
	background-color: #fff;
}

.custom-upload .inp-file input {
	border-color: transparent;
	font-size: 20px;
	font-size: 20rem;
}

.custom-upload .inp-fake-file {
	position: relative;
	z-index: 1;
}

.custom-upload .inp-fake-file:after {
	display: block;
	position: absolute;
	top: 23px;
	left: 27px;
	content: "\E00B";
	font-family: "Icons";
	line-height: 1;
	color: #33bddb;
	font-size: 22px;
	font-size: 22rem;
}

.custom-upload .inp-fake-file input {
	padding-left: 70px;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #ededed;
	color: #818181;
	font-size: 20px;
	font-size: 20rem;
}

.custom-upload .inp-fake-file input::-webkit-input-placeholder {
	color: #818181;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.custom-upload .inp-fake-file input:-moz-placeholder {
	color: #818181;
	transition: color 0.15s linear;
}

.custom-upload .inp-fake-file input::-moz-placeholder {
	color: #818181;
	transition: color 0.15s linear;
}

.custom-upload .inp-fake-file input:-ms-input-placeholder {
	color: #818181;
	transition: color 0.15s linear;
}

.custom-upload .inp-fake-file input:focus {
	border-color: #33bddb;
}

.custom-upload .inp-fake-file input:focus::-webkit-input-placeholder {
	color: #bbb;
}

.custom-upload .inp-fake-file input:focus:-moz-placeholder {
	color: #bbb;
}

.custom-upload .inp-fake-file input:focus::-moz-placeholder {
	color: #bbb;
}

.custom-upload .inp-fake-file input:focus:-ms-input-placeholder {
	color: #bbb;
}

.custom-upload .inp-fake-file input:disabled {
	opacity: 1;
}

.contextual-response {
	display: none;
}

.planner-spinner {
	display: none;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	height: 100px;
	width: 100px;
	border: 3px solid #33bddb;
	border-right-color: #f8f8f8;
	border-left-color: #f8f8f8;
	border-radius: 50%;
	-webkit-animation: rotate 0.8s infinite linear;
	animation: rotate 0.8s infinite linear;
}

.planner-thankyou-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.planner-thankyou-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.planner-thankyou-content {
	width: 100%;
	line-height: 1.5;
	padding: 0 0 50px;
	font-size: 20px;
	font-size: 20rem;
}

.planner-thankyou-content h2 {
	margin: 0 0 40px;
	color: #434343;
	font-size: 32px;
	font-size: 32rem;
}

.planner-thankyou-content h2 em {
	display: block;
	margin: 0 0 5px;
	line-height: 1;
	color: #33bddb;
	font-style: normal;
	font-size: 80px;
	font-size: 80rem;
}

.planner-thankyou-content p {
	width: 100%;
	max-width: 550px;
}

.planner-thankyou-content a {
	color: #33bddb;
}

html:not(.mobile):not(.tablet) .planner-thankyou-content a:hover,
.planner-thankyou-content a.on_press {
	color: #434343;
}

.planner-thankyou-content .return-btn {
	border-radius: 2px;
	height: 50px;
	position: relative;
	display: inline-block;
	line-height: 49px;
	padding: 0 25px 0 120px;
	margin: 40px 0 0 -28px;
	text-align: right;
	background: transparent;
	color: #33bddb;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 16rem;
}

.planner-thankyou-content .return-btn:before,
.planner-thankyou-content .return-btn:after {
	display: block;
	content: ' ';
	position: absolute;
}

.planner-thankyou-content .return-btn:before {
	top: 50%;
	left: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #ccc;
	-webkit-transition: left 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: left 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.planner-thankyou-content .return-btn:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-right-color: #ccc;
	border-width: 6px;
	margin: -6px 0 0 -7px;
	-webkit-transition: left 0.15s linear, border-color 0.15s linear;
	transition: left 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .planner-thankyou-content .return-btn:hover,
.planner-thankyou-content .return-btn.on_press {
	color: #525252;
}

html:not(.mobile):not(.tablet) .planner-thankyou-content .return-btn:hover:before,
.planner-thankyou-content .return-btn.on_press:before {
	right: 0;
	width: 66px;
	background-color: #525252;
}

html:not(.mobile):not(.tablet) .planner-thankyou-content .return-btn:hover:after,
.planner-thankyou-content .return-btn.on_press:after {
	right: -5px;
	border-right-color: #525252;
}

.planner-thankyou-content .return-btn:after {
	left: 30px;
}

.planner-thankyou-content .return-btn:before {
	left: 35px;
}

html:not(.mobile):not(.tablet) .planner-thankyou-content .return-btn:hover,
.planner-thankyou-content .return-btn.on_press {
	color: #434343;
}

html:not(.mobile):not(.tablet) .planner-thankyou-content .return-btn:hover:after,
.planner-thankyou-content .return-btn.on_press:after {
	left: 25px;
}

html:not(.mobile):not(.tablet) .planner-thankyou-content .return-btn:hover:before,
.planner-thankyou-content .return-btn.on_press:before {
	left: 30px;
}

.planner-controls {
	display: block !important;
	position: absolute;
	bottom: 0;
	z-index: 20;
}

.planner-controls button {
	float: left;
	background: transparent;
	border-radius: 2px;
	padding: 0;
	height: 50px;
	position: relative;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.planner-controls .step-back {
	width: 120px;
	margin: 0 0 0 -130px;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.planner-controls .step-back:before,
.planner-controls .step-back:after {
	display: block;
	content: ' ';
	position: absolute;
}

.planner-controls .step-back:before {
	top: 50%;
	left: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #ccc;
	-webkit-transition: left 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: left 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.planner-controls .step-back:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-right-color: #ccc;
	border-width: 6px;
	margin: -6px 0 0 -7px;
	-webkit-transition: left 0.15s linear, border-color 0.15s linear;
	transition: left 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover,
.planner-controls .step-back.on_press {
	color: #525252;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover:before,
.planner-controls .step-back.on_press:before {
	right: 0;
	width: 66px;
	background-color: #525252;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover:after,
.planner-controls .step-back.on_press:after {
	right: -5px;
	border-right-color: #525252;
}

.planner-controls .step-back:after {
	left: 30px;
}

.planner-controls .step-back:before {
	left: 35px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover,
.planner-controls .step-back.on_press {
	background: #e7e7e7;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover:after,
.planner-controls .step-back.on_press:after {
	left: 25px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover:before,
.planner-controls .step-back.on_press:before {
	left: 30px;
}

.planner-controls .step-forward {
	width: 180px;
	padding: 0 25px;
	background: #33bddb;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.planner-controls .step-forward:before,
.planner-controls .step-forward:after {
	display: block;
	content: ' ';
	position: absolute;
}

.planner-controls .step-forward:before {
	top: 50%;
	right: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #fff;
	-webkit-transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.planner-controls .step-forward:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #fff;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: right 0.15s linear, border-color 0.15s linear;
	transition: right 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .planner-controls .step-forward:hover,
.planner-controls .step-forward.on_press {
	color: #fff;
}

html:not(.mobile):not(.tablet) .planner-controls .step-forward:hover:before,
.planner-controls .step-forward.on_press:before {
	right: 0;
	width: 66px;
	background-color: #fff;
}

html:not(.mobile):not(.tablet) .planner-controls .step-forward:hover:after,
.planner-controls .step-forward.on_press:after {
	right: -5px;
	border-left-color: #fff;
}

.planner-controls .step-forward:after {
	right: 30px;
}

.planner-controls .step-forward:before {
	right: 35px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-forward:hover,
.planner-controls .step-forward.on_press {
	background: #3beb9e;
}

html:not(.mobile):not(.tablet) .planner-controls .step-forward:hover:after,
.planner-controls .step-forward.on_press:after {
	right: 25px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-forward:hover:before,
.planner-controls .step-forward.on_press:before {
	right: 30px;
}

.planner-controls .step-forward:focus {
	background: #3beb9e;
}

.planner-controls .step-forward:focus:after {
	right: 25px;
}

.planner-controls .step-forward:focus:before {
	right: 30px;
}

.planner-controls .step-forward[disabled] {
	background: #797979 !important;
	cursor: pointer;
}

.planner-controls .step-forward.has-errors {
	background: #797979 !important;
}

.planner-controls .step-submit {
	width: 180px;
	padding: 0 25px;
	background: #78d55b;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.planner-controls .step-submit:before,
.planner-controls .step-submit:after {
	display: block;
	content: ' ';
	position: absolute;
}

.planner-controls .step-submit:before {
	top: 50%;
	right: 5px;
	width: 56px;
	height: 2px;
	margin: -1px 0 0;
	background: #fff;
	-webkit-transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
	transition: right 0.15s linear, width 0.15s linear, background 0.15s linear;
}

.planner-controls .step-submit:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #fff;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: right 0.15s linear, border-color 0.15s linear;
	transition: right 0.15s linear, border-color 0.15s linear;
}

html:not(.mobile):not(.tablet) .planner-controls .step-submit:hover,
.planner-controls .step-submit.on_press {
	color: #fff;
}

html:not(.mobile):not(.tablet) .planner-controls .step-submit:hover:before,
.planner-controls .step-submit.on_press:before {
	right: 0;
	width: 66px;
	background-color: #fff;
}

html:not(.mobile):not(.tablet) .planner-controls .step-submit:hover:after,
.planner-controls .step-submit.on_press:after {
	right: -5px;
	border-left-color: #fff;
}

.planner-controls .step-submit:after {
	right: 30px;
}

.planner-controls .step-submit:before {
	right: 35px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-submit:hover,
.planner-controls .step-submit.on_press {
	background: #3beb9e;
}

html:not(.mobile):not(.tablet) .planner-controls .step-submit:hover:after,
.planner-controls .step-submit.on_press:after {
	right: 25px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-submit:hover:before,
.planner-controls .step-submit.on_press:before {
	right: 30px;
}

.planner-controls .step-submit[disabled] {
	background: #797979 !important;
	cursor: default !important;
}

.planner-controls .step-submit.has-errors {
	background: #797979 !important;
}

.error-msg {
	float: left;
	margin: 0 0 0 30px;
	display: none;
	color: #d53636;
	line-height: 50px;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.type-selection {
	position: relative;
}

.type-selection input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	margin: 0;
}

.type-selection input:checked + label {
	background-color: #33bddb !important;
	color: #fff !important;
}

.type-selection input:checked + label:before {
	color: #fff !important;
}

.type-selection input:checked + label:after {
	opacity: 1 !important;
}

.type-selection label {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 280px;
	padding: 177px 0 0;
	border-radius: 2px;
	-webkit-transition: background 0.15s linear, color 0.15s linear;
	transition: background 0.15s linear, color 0.15s linear;
	text-align: center;
	position: relative;
}

html:not(.mobile):not(.tablet) .type-selection label:hover,
.type-selection label.on_press {
	background-color: #f8f8f8;
}

.type-selection label:before {
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 94px;
	color: #33bddb;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.type-selection label:after {
	font-family: 'Icons';
	content: "\E006";
	line-height: 1;
	position: absolute;
	bottom: 36px;
	left: 0;
	width: 100%;
	opacity: 0;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-size: 24rem;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.type-selection .icon-web:before {
	content: "\E007";
	font-size: 84px;
	font-size: 84rem;
}

.type-selection .icon-mobile:before {
	content: "\E008";
	font-size: 94px;
	font-size: 94rem;
}

.type-selection .icon-ecomm:before {
	content: "\E009";
	font-size: 86px;
	font-size: 86rem;
}

.type-selection .icon-other:before {
	content: "\E00A";
	font-size: 93px;
	font-size: 93rem;
}

#planner-files-dropzone {
	margin: 20px 0 0 0;
	position: relative;
}

.dropzone-foo {
	margin: 0 270px 0 0;
	padding: 0 0 0 70px;
	height: 70px;
	min-height: 0;
	line-height: 67px;
	border: 2px solid #c7c7c7;
	border-radius: 3px;
	-webkit-transition: border 0.15s linear, color 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear;
	color: #33bddb;
	background-color: #ededed;
	color: #818181;
	font-size: 20px;
	font-size: 20rem;
}

.dropzone-foo:after {
	display: block;
	position: absolute;
	top: 23px;
	left: 27px;
	content: "\E00B";
	font-family: "Icons";
	line-height: 1;
	color: #33bddb;
	font-size: 22px;
	font-size: 22rem;
}

.dropzone-foo .instructions {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dz-drag-hover .dropzone-foo {
	border-color: #33bddb;
	background: #f7f7f7;
}

.total-uploaded {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 70px;
	padding: 0 25px;
	line-height: 67px;
	border: 2px solid #33bddb;
	border-radius: 3px;
	-webkit-transition: border 0.15s linear, color 0.15s linear, background 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear, background 0.15s linear;
	color: #797979;
	cursor: pointer;
}

.total-uploaded:before,
.total-uploaded:after {
	display: block;
	content: ' ';
	position: absolute;
}

.total-uploaded:before {
	top: 27px;
	right: 35px;
	width: 2px;
	height: 19px;
	margin: 0;
	background: #33bddb;
	-webkit-transition: margin 0.15s linear, height 0.15s linear, background 0.15s linear;
	transition: margin 0.15s linear, height 0.15s linear, background 0.15s linear;
}

.total-uploaded:after {
	right: 37px;
	top: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-bottom-color: #33bddb;
	border-width: 6px;
	margin: -6px -7px 0 0;
	-webkit-transition: margin 0.15s linear, border-color 0.15s linear;
	transition: margin 0.15s linear, border-color 0.15s linear;
}

.total-uploaded.is-open:before {
	top: 20px;
}

.total-uploaded.is-open:after {
	top: 44px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

html:not(.mobile):not(.tablet) .total-uploaded:hover,
.total-uploaded.on_press {
	background: #f8f8f8;
	border-color: #3beb9e;
}

html:not(.mobile):not(.tablet) .total-uploaded:hover:before,
.total-uploaded.on_press:before {
	margin: -2px 0 0;
	height: 23px;
	background-color: #3beb9e;
}

html:not(.mobile):not(.tablet) .total-uploaded:hover:after,
.total-uploaded.on_press:after {
	margin-top: -8px;
	border-bottom-color: #3beb9e;
}

html:not(.mobile):not(.tablet) .total-uploaded:hover.is-open:after,
.total-uploaded.on_press.is-open:after {
	margin-top: -3px;
}

.dz-preview {
	display: none;
	position: absolute;
	bottom: 90px;
	height: 50px;
	width: 50%;
	right: 0;
	border: 2px solid #a4a4a4;
	background: #fff;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	z-index: 50;
	font-size: 14px;
	font-size: 14rem;
}

.dz-preview .dz-details img {
	display: none;
}

.dz-preview .dz-filename {
	width: 100%;
	padding: 0 40px 0 0;
	line-height: 46px;
}

.dz-preview .dz-filename span {
	display: block;
	padding: 0 0 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dz-preview .dz-remove {
	position: absolute;
	right: 11px;
	top: 13px;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -99999em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: pointer;
}

.dz-preview .dz-remove:before,
.dz-preview .dz-remove:after {
	display: block;
	content: " ";
	position: absolute;
	border-radius: 3px;
	background: #d53636;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.dz-preview .dz-remove:before {
	top: 2px;
	left: 9px;
	width: 2px;
	height: 16px;
}

.dz-preview .dz-remove:after {
	top: 9px;
	left: 2px;
	width: 16px;
	height: 2px;
}

html:not(.mobile):not(.tablet) .dz-preview .dz-remove:hover:before,
html:not(.mobile):not(.tablet) .dz-preview .dz-remove:hover:after,
.dz-preview .dz-remove.on_press:before,
.dz-preview .dz-remove.on_press:after {
	background: #3beb9e;
}

.dz-progress,
.dz-success-mark,
.dz-size {
	display: none;
}

.sliders-wrap {
	position: relative;
	padding: 0 90px 0 60px;
	margin: 120px 0 0;
}

.sliders-wrap .range-labels {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	margin: 0 0 12px;
	text-align: center;
	font-size: 30px;
	font-size: 30rem;
}

.sliders-wrap .fixed-label {
	position: absolute;
	top: 0;
	line-height: 32px;
	font-size: 20px;
	font-size: 20rem;
}

.sliders-wrap .label-min {
	left: 0;
}

.sliders-wrap .label-max {
	right: 0;
}

.individual-slide:first-child {
	margin: -20px 0 0;
}

.individual-slide h3 {
	line-height: 1;
	color: #616161;
	font-size: 30px;
	font-size: 30rem;
}

.individual-slide .sliders-wrap {
	padding: 0 220px 0 140px;
	margin: 10px 0 0;
}

.individual-slide .sliders-wrap .range-labels {
	display: none;
}

.individual-slide .sliders-wrap .label-max {
	right: 0;
	width: 200px;
}

.individual-slide + .individual-slide {
	margin: 40px 0 0;
}

.page-error h2 {
	font-size: 20px;
}

html:not(.mobile):not(.tablet) .page-error .panel-copy p a:hover,
.page-error .panel-copy p a.on_press {
	color: #3beb9e;
}

.template-christmas .panel-white {
	text-align: center;
}

.template-christmas .panel-white h1 {
	margin-bottom: 0.4em;
}

.template-christmas .panel-white h1,
.template-christmas .panel-white h2 {
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.template-christmas .panel-white .generic-copy-column {
	padding-bottom: 40px;
	max-width: 900px;
}

.template-christmas .panel-christmas .container {
	max-width: 1327px;
}

.template-christmas .panel-christmas .christmas-card {
	font-size: 14px;
	padding-bottom: 40px;
}

.template-christmas .panel-christmas .christmas-card .card__title {
	margin-bottom: 20px;
}

.template-christmas .panel-christmas .christmas-card .card__title .card__title-inner {
	position: relative;
}

.template-christmas .panel-christmas .christmas-card .card__title .card__title-inner:after {
	display: block;
	padding-bottom: 100%;
}

.template-christmas .panel-christmas .christmas-card .card__title .card__title-inner h2 {
	font-size: 24px;
}

.template-christmas .panel-christmas .christmas-card .card__body .card__content {
	max-width: 900px;
	margin: 0 auto;
}

.template-christmas .panel-christmas .christmas-card .card__body .card__content a {
	color: #33bddb;
	text-decoration: underline;
}

html:not(.mobile):not(.tablet) .template-christmas .panel-christmas .christmas-card .card__body .card__content a:hover,
.template-christmas .panel-christmas .christmas-card .card__body .card__content a.on_press {
	color: #1b1d1e;
}

.template-christmas .panel-christmas .card__gallery {
	margin-left: -10px;
	margin-bottom: 3.7962%;
}

.template-christmas .panel-christmas .card__gallery:before,
.template-christmas .panel-christmas .card__gallery:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.template-christmas .panel-christmas .card__gallery:after {
	clear: both;
}

.template-christmas .panel-christmas .card__gallery .gallery__image {
	float: left;
	width: 33.33%;
	padding-left: 10px;
	margin-bottom: 10px;
}

.template-christmas .panel-christmas .card__gallery .gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.template-christmas .panel-christmas .card__gallery .gallery__image .gallery__image-bg {
	display: block;
	background-image: inherit;
	background-size: 120%;
	background-position: center center;
	background-repeat: no-repeat;
}

.template-christmas .panel-christmas .card__gallery .gallery__image .gallery__image-bg:after {
	content: "";
	display: block;
	padding-bottom: 78.16456%;
}

.template-christmas .panel-christmas .card__gallery .gallery__image:first-child {
	width: 100%;
}

.template-christmas .panel-christmas .card__gallery .gallery__image:first-child .gallery__image-bg {
	background-size: 105%;
}

.template-christmas .panel-christmas .card__gallery .gallery__image:first-child .gallery__image-bg:after {
	padding-bottom: 70.12987%;
}

.template-christmas .panel-christmas .card__gallery.card__gallery--portrait .gallery__image:first-child {
	width: 66.66%;
}

.template-christmas .panel-christmas .card__gallery.card__gallery--portrait .gallery__image:first-child .gallery__image-bg:after {
	padding-bottom: 142.72588%;
}

.template-christmas .panel-christmas .card__gallery.card__gallery--portrait .gallery__image .gallery__image-bg:after {
	padding-bottom: 93.67089%;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
	display: block;
	border: none;
	padding: 0;
	width: 59px;
	height: 59px;
	background: #fff;
	color: #33bddb;
	position: absolute;
	z-index: 1;
	-webkit-transition: background 0.15s linear, color 0.15s linear;
	transition: background 0.15s linear, color 0.15s linear;
}

.slick-prev:before,
.slick-next:before {
	display: block;
	font-family: "Icons";
	display: block;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	font-size: 14px;
	font-size: 14rem;
}

html:not(.mobile):not(.tablet) .slick-prev:hover,
.slick-prev.on_press,
html:not(.mobile):not(.tablet)
  .slick-next:hover,
.slick-next.on_press {
	color: #fff;
	background: #33bddb;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	cursor: default;
	color: #f8f8f8 !important;
	background: #fff !important;
}

.slick-prev {
	left: -25px;
}

.slick-prev:before {
	content: "\E00D";
}

.slick-next {
	right: -25px;
}

.slick-next:before {
	content: "\E00E";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -30px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
	border-radius: 100%;
	border: 1px solid #797979;
	-webkit-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 8px;
	width: 8px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	font-size: 6px;
	line-height: 8px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
	background: #797979;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

.dropzone .dz-default.dz-message {
	background-image: url("../images/spritemap@2x.png");
	background-size: 428px 406px;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
	background-image: url("../images/spritemap@2x.png");
	background-size: 428px 406px;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
	background-image: url("../images/spritemap@2x.png");
	background-size: 428px 406px;
}

}

@media (min-width: 480px) {

.about-team-grid {
	padding: 0 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-team-member {
	margin: 50px 0 0;
	width: 50%;
	padding: 0 10px;
	text-align: left;
}

.about-team-member.enticer {
	display: block;
}

.do-dont {
	padding: 100px 3vw 100px 7vw;
	font-size: 22px;
	font-size: 22rem;
}

.do-dont h2 {
	margin: 0 0 30px;
}

}

@media (min-width: 481px) and (max-width: 767px) {

.clients-logos li {
	width: 25%;
}

.clients-logos li:nth-child(4n+1) {
	border-left: none;
}

.clients-logos li:nth-last-child(-n+5) {
	border-bottom: none;
}

}

@media screen and (min-width: 600px) {

.case-study-header-text h1 {
	font-size: calc(46px + 74 * (100vw - 600px) / 400);
}

.case-study-header-text h1.small {
	font-size: calc(40px + 40 * (100vw - 600px) / 400);
}

.case-study-header-text h2 {
	font-size: calc(16px + 6 * (100vw - 600px) / 400);
}

.page-error h2 {
	font-size: calc(20px + 14 * (100vw - 600px) / 600);
}

}

@media (min-width: 601px) {

.dz-preview + .dz-preview {
	border-radius: 0;
	-webkit-transform: translateY(-48px);
	transform: translateY(-48px);
}

.dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-96px);
	transform: translateY(-96px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-144px);
	transform: translateY(-144px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-192px);
	transform: translateY(-192px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-240px);
	transform: translateY(-240px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-288px);
	transform: translateY(-288px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-336px);
	transform: translateY(-336px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-384px);
	transform: translateY(-384px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-432px);
	transform: translateY(-432px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-480px);
	transform: translateY(-480px);
}

.dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview + .dz-preview {
	-webkit-transform: translateY(-528px);
	transform: translateY(-528px);
}

}

@media (min-width: 680px) {

.staat-item {
	width: 25%;
	padding: 0 10px 58px;
}

.staat-item h3 {
	font-size: 50px;
	font-size: 50rem;
}

}

@media (min-width: 681px) {

.wp-caption {
	padding: 5px 23px 10px;
}

.twitter-tweet {
	margin: 50px auto 60px !important;
}

}

@media screen and (min-width: 767px) {

.device-iphone {
	width: calc(100px + 172 * (100vw - 767px) / 633);
}

.device-iphone {
	border-radius: calc(18px + 27 * (100vw - 767px) / 633);
}

.device-iphone:before {
	top: calc(14px + 14 * (100vw - 767px) / 633);
}

.device-iphone:after {
	bottom: calc(10px + 12 * (100vw - 767px) / 633);
}

.device-iphone + .device-hero {
	top: calc(25px + 35 * (100vw - 767px) / 633);
}

.device-iphone + .device-hero {
	bottom: calc(28px + 42 * (100vw - 767px) / 633);
}

.device-iphone.device-small {
	width: calc(80px + 90 * (100vw - 767px) / 633);
}

.device-iphone.device-small {
	border-radius: calc(15px + 20 * (100vw - 767px) / 633);
}

.device-iphone.device-small:before {
	top: calc(10px + 10 * (100vw - 767px) / 633);
}

.device-iphone.device-small:after {
	bottom: calc(8px + 7 * (100vw - 767px) / 633);
}

.device-iphone.device-small + .device-hero {
	top: calc(20px + 18 * (100vw - 767px) / 633);
}

.device-iphone.device-small + .device-hero {
	bottom: calc(23px + 21 * (100vw - 767px) / 633);
}

.device-iphone.device-landscape {
	width: calc(394px + 259 * (100vw - 767px) / 633);
}

.device-iphone.device-landscape {
	height: calc(200px + 131 * (100vw - 767px) / 633);
}

.device-iphone.device-landscape:before {
	left: calc(12px + 16 * (100vw - 767px) / 633);
}

.device-iphone.device-landscape:after {
	right: calc(5px + 17 * (100vw - 767px) / 633);
}

.device-iphone.device-landscape + .device-hero {
	left: calc(30px + 30 * (100vw - 767px) / 633);
}

.device-iphone.device-landscape + .device-hero {
	right: calc(35px + 45 * (100vw - 767px) / 633);
}

.device-ipad {
	width: calc(250px + 285 * (100vw - 767px) / 633);
}

.device-ipad {
	border-radius: calc(10px + 10 * (100vw - 767px) / 633);
}

.device-ipad:before {
	top: calc(13px + 15 * (100vw - 767px) / 633);
}

.device-ipad:after {
	bottom: calc(10px + 12 * (100vw - 767px) / 633);
}

.device-ipad + .device-hero {
	top: calc(30px + 30 * (100vw - 767px) / 633);
}

.device-ipad + .device-hero {
	bottom: calc(35px + 45 * (100vw - 767px) / 633);
}

.device-ipad.device-landscape {
	width: calc(400px + 422 * (100vw - 767px) / 633);
}

.device-ipad.device-landscape {
	height: calc(266px + 286 * (100vw - 767px) / 633);
}

.device-ipad.device-landscape:before {
	left: calc(12px + 16 * (100vw - 767px) / 633);
}

.device-ipad.device-landscape:after {
	right: calc(9px + 15 * (100vw - 767px) / 633);
}

.device-ipad.device-landscape + .device-hero {
	left: calc(30px + 30 * (100vw - 767px) / 633);
}

.device-ipad.device-landscape + .device-hero {
	right: calc(35px + 45 * (100vw - 767px) / 633);
}

.device-laptop {
	width: calc(400px + 267 * (100vw - 767px) / 633);
}

.device-laptop {
	height: calc(254px + 172 * (100vw - 767px) / 633);
}

.device-laptop {
	border-top-right-radius: calc(10px + 10 * (100vw - 767px) / 633);
}

.device-laptop {
	border-top-left-radius: calc(10px + 10 * (100vw - 767px) / 633);
}

.device-laptop + .device-hero {
	left: calc(10px + 5 * (100vw - 767px) / 633);
}

.device-laptop + .device-hero {
	right: calc(10px + 5 * (100vw - 767px) / 633);
}

.device-laptop + .device-hero {
	top: calc(10px + 5 * (100vw - 767px) / 633);
}

.device-laptop + .device-hero {
	height: calc(230px + 165 * (100vw - 767px) / 633);
}

}

@media (min-width: 767px) {

.about-team-member {
	width: 33.333%;
}

.about-team-member.enticer {
	width: 66.666%;
}

.about-team-member.enticer .about-team-hero {
	padding: 0 0 65.2%;
}

}

@media screen and (min-width: 768px) {

.template-christmas .panel-christmas .christmas-card {
	font-size: calc(14px + 4 * (100vw - 768px) / 832);
}

.template-christmas .panel-christmas .christmas-card .card__title .card__title-inner h2 {
	font-size: calc(24px + 16 * (100vw - 768px) / 432);
}

}

@media (min-width: 768px) {

.half-hero-left .cs-half-copy-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.half-hero-left .cs-half-copy {
	float: right;
	padding-right: 30px;
	padding-left: 130px;
}

.half-hero-left .cs-half-hero-img {
	left: 0;
	right: auto;
}

.half-hero-left:before {
	float: left;
	margin: 0 -50% 0 0;
}

.half-inline-img-left .cs-half-copy-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.half-inline-img-left .cs-half-copy {
	float: right;
	padding-right: 0;
	padding-left: 130px;
}

.half-inline-img-left:before {
	float: left;
	margin: 0 -50% 0 0;
}

.third-hero-left .cs-third-copy-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.third-hero-left .cs-third-copy {
	float: right;
	padding-right: 0;
	padding-left: 130px;
}

.third-hero-left .cs-third-hero-img {
	left: 0;
	right: auto;
}

.third-hero-left:before {
	float: left;
	margin: 0 -66% 0 0;
}

.value-alt .value-copy-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.value-alt .value-copy {
	float: right;
	padding-right: 40px;
	padding-left: 130px;
}

.value-alt .value-hero-img {
	left: 0;
	right: auto;
}

.value-alt:before {
	float: left;
	margin: 0 -50% 0 0;
}

.clients-logos {
	margin: 50px 0 0;
}

.clients-logos li:nth-child(5n+1) {
	border-left: none;
}

.clients-logos li:nth-last-child(-n+5) {
	border-bottom: none;
}

.example-item-hero {
	left: 53%;
}

.example-item-hero.example-push {
	left: 60%;
}

.example-alt .example-item-hero {
	left: auto;
	right: 53%;
}

.example-alt .example-item-hero.example-push {
	right: 60%;
}

.example-item-hero .device {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.example-item-hero .device[data-offset='-15'] {
	-webkit-transform: translateY(-15%);
	transform: translateY(-15%);
}

.example-item-hero .device[data-offset='-10'] {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.example-item-hero .device[data-offset='-20'] {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}

.example-item-hero .device[data-offset='-25'] {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
}

.example-item-hero .device[data-offset='-30'] {
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.example-item-hero .device[data-offset='-35'] {
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
}

.example-item-hero .device[data-offset='-40'] {
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}

.example-item-hero .device[data-offset='-45'] {
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}

.example-item-hero .device[data-offset='-50'] {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.example-item-hero .device[data-offset='-55'] {
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}

.example-item-hero .device[data-offset='-60'] {
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
}

.example-item-hero .device[data-offset='-65'] {
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%);
}

.example-item-hero .device[data-offset='-70'] {
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
}

.example-item-hero .device[data-offset='-75'] {
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%);
}

.example-item-hero .device[data-offset='-80'] {
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
}

.example-item-hero .device[data-offset='-85'] {
	-webkit-transform: translateY(-85%);
	transform: translateY(-85%);
}

.example-item-hero .device[data-offset='-90'] {
	-webkit-transform: translateY(-90%);
	transform: translateY(-90%);
}

.example-item-hero .device[data-offset='-95'] {
	-webkit-transform: translateY(-95%);
	transform: translateY(-95%);
}

[data-template="expertise-apps"] .expertise-header-img-wrap {
	-webkit-animation: revealHeader 1s forwards;
	animation: revealHeader 1s forwards;
}

[data-template="expertise-ecommerce"] .expertise-header-img-wrap {
	-webkit-animation: revealHeader 1s forwards;
	animation: revealHeader 1s forwards;
}

.template-christmas .panel-white .generic-copy-column {
	padding-top: 14.72222%;
	padding-bottom: 7.5%;
}

.template-christmas .panel-christmas .christmas-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 18.88112%;
}

.template-christmas .panel-christmas .christmas-card .card__title {
	width: 67px;
	padding-right: 10px;
	margin-bottom: 0;
}

.template-christmas .panel-christmas .christmas-card .card__title .card__title-inner:after {
	content: "";
}

.template-christmas .panel-christmas .christmas-card .card__title .card__title-inner h2 {
	position: absolute;
	-webkit-transform: rotate(-90deg) translateY(-50%) translateX(-50%);
	transform: rotate(-90deg) translateY(-50%) translateX(-50%);
	-webkit-transform-origin: 8px 9px;
	transform-origin: 8px 9px;
	top: 50%;
	left: 50%;
}

.template-christmas .panel-christmas .christmas-card .card__body {
	width: calc(100% - 67px);
}

.template-christmas .panel-christmas .christmas-card .card__body .card__content {
	max-width: 75%;
}

.template-christmas .panel-christmas .card__gallery {
	margin-left: -25px;
}

.template-christmas .panel-christmas .card__gallery .gallery__image {
	padding-left: 25px;
	margin-bottom: 25px;
}

}

@media (min-width: 768px) and (max-width: 1200px) {

.half-hero-left .cs-half-copy {
	padding-left: 50px;
	padding-right: 30px;
}

.third-hero-left .cs-third-copy {
	padding-left: 50px;
	padding-right: 30px;
}

.value-alt .value-copy {
	padding-left: 80px;
}

[data-template="expertise-ecommerce"] .expertise-header-img-wrap {
	margin-left: 0;
}

}

@media (min-width: 768px) and (max-width: 1023px) {

.half-hero-left .cs-half-copy {
	padding-left: 60px;
}

}

@media (min-width: 768px) and (max-width: 830px) {

.half-hero-left .cs-half-copy {
	padding-left: 50px;
}

}

@media (min-width: 768px) and (max-width: 960px) {

.expertise-examples-wrap {
	padding-bottom: 0;
}

[data-template="expertise-ecommerce"] .expertise-header-img-wrap {
	margin: -155px 0 0 100px;
}

}

@media (min-width: 830px) and (max-width: 1024px) {

#svg svg {
	width: 70%;
	height: 70%;
}

}

@media (min-width: 960px) {

.do-dont {
	padding: 100px 10vw;
	font-size: 25px;
	font-size: 25rem;
}

}

@media (min-width: 961px) {

.homepage-blog-listing {
	padding: 0 0 0 50%;
}

.homepage-blog-listing .recently-published-title {
	width: 200%;
	margin-left: -100%;
}

.homepage-blog-listing .blog-item.feature-blog-item {
	float: left;
	margin: 0 0 0 -100%;
	padding: 0 110px 0 0;
	font-size: 20px;
	font-size: 20rem;
}

.homepage-blog-listing .blog-item.feature-blog-item .blog-hero-thumb {
	float: none;
	margin: 55px -40px 60px 0;
}

.homepage-blog-listing .blog-item.feature-blog-item h2,
.homepage-blog-listing .blog-item.feature-blog-item h3 {
	font-size: 40px;
	font-size: 40rem;
}

.homepage-blog-listing .blog-item.feature-blog-item + .blog-item {
	margin-top: 11px;
}

.wwb-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

}

@media screen and (min-width: 1000px) {

.case-study-header-text h1 {
	font-size: 120px;
}

.case-study-header-text h1.small {
	font-size: 80px;
}

.case-study-header-text h2 {
	font-size: 22px;
}

}

@media (min-width: 1001px) {

.template-christmas .panel-christmas .christmas-card {
	padding-bottom: 189px;
}

}

@media (min-width: 1023px) {

.staat-item {
	padding: 0 10px 74px;
	font-size: 18px;
	font-size: 18rem;
}

.staat-item h3 {
	font-size: 70px;
	font-size: 70rem;
}

}

@media (min-width: 1024px) {

.aside-blog-post .blog-item .blog-hero-thumb {
	float: left;
	width: 400px;
}

.aside-blog-post .blog-item .blog-item-content {
	float: right;
	width: 490px;
}

.blog-item .blog-content .post-share {
	position: absolute;
	top: 0;
	margin: 0 0 0 -110px;
	text-align: center;
	padding: 5px 0;
}

}

@media (min-width: 1200px) {

.about-team-member {
	width: 25%;
}

.about-team-member.enticer {
	width: 75%;
}

.about-team-member.enticer .about-team-hero {
	padding: 0 0 43.2%;
}

.do-dont {
	padding: 100px 0;
	font-size: 30px;
	font-size: 30rem;
}

.col-dont {
	padding-left: 10vw;
}

.staat-item {
	font-size: 22px;
	font-size: 22rem;
}

.staat-item h3 {
	font-size: 90px;
	font-size: 90rem;
}

}

@media screen and (min-width: 1200px) {

.page-error h2 {
	font-size: 34px;
}

.template-christmas .panel-christmas .christmas-card .card__title .card__title-inner h2 {
	font-size: 40px;
}

}

@media screen and (min-width: 1400px) {

.device-iphone {
	width: 272px;
}

.device-iphone {
	border-radius: 45px;
}

.device-iphone:before {
	top: 28px;
}

.device-iphone:after {
	bottom: 22px;
}

.device-iphone + .device-hero {
	top: 60px;
}

.device-iphone + .device-hero {
	bottom: 70px;
}

.device-iphone.device-small {
	width: 170px;
}

.device-iphone.device-small {
	border-radius: 35px;
}

.device-iphone.device-small:before {
	top: 20px;
}

.device-iphone.device-small:after {
	bottom: 15px;
}

.device-iphone.device-small + .device-hero {
	top: 38px;
}

.device-iphone.device-small + .device-hero {
	bottom: 44px;
}

.device-iphone.device-landscape {
	width: 653px;
}

.device-iphone.device-landscape {
	height: 331px;
}

.device-iphone.device-landscape:before {
	left: 28px;
}

.device-iphone.device-landscape:after {
	right: 22px;
}

.device-iphone.device-landscape + .device-hero {
	left: 60px;
}

.device-iphone.device-landscape + .device-hero {
	right: 80px;
}

.device-ipad {
	width: 535px;
}

.device-ipad {
	border-radius: 20px;
}

.device-ipad:before {
	top: 28px;
}

.device-ipad:after {
	bottom: 22px;
}

.device-ipad + .device-hero {
	top: 60px;
}

.device-ipad + .device-hero {
	bottom: 80px;
}

.device-ipad.device-landscape {
	width: 822px;
}

.device-ipad.device-landscape {
	height: 552px;
}

.device-ipad.device-landscape:before {
	left: 28px;
}

.device-ipad.device-landscape:after {
	right: 24px;
}

.device-ipad.device-landscape + .device-hero {
	left: 60px;
}

.device-ipad.device-landscape + .device-hero {
	right: 80px;
}

.device-laptop {
	width: 667px;
}

.device-laptop {
	height: 426px;
}

.device-laptop {
	border-top-right-radius: 20px;
}

.device-laptop {
	border-top-left-radius: 20px;
}

.device-laptop + .device-hero {
	left: 15px;
}

.device-laptop + .device-hero {
	right: 15px;
}

.device-laptop + .device-hero {
	top: 15px;
}

.device-laptop + .device-hero {
	height: 395px;
}

}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}

}

@media (min-width: 1440px) {

.template-christmas .panel-white .generic-copy-column {
	padding-top: 212px;
	padding-bottom: 108px;
}

}

@media screen and (min-width: 1600px) {

.template-christmas .panel-christmas .christmas-card {
	font-size: 18px;
}

}

@media (min-width: 1600px) {

.case-studies .summary {
	right: auto;
	left: 64%;
}

.case-studies .summary.left-align {
	left: auto;
	right: 64%;
}

}

@media (max-width: 1440px) {

.work-grid-item {
	padding-top: 88%;
}

.work-grid-item {
	padding-top: 88%;
}

[data-template="expertise-software"] .expertise-header-img-bg {
	margin-left: 15%;
}

}

@media (max-width: 1200px) {

.subscribe-form {
	width: 60%;
}

.award {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 260px;
	bottom: 180px;
}

.cs-half-copy {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-right: 80px;
}

.half-inline-img-left .cs-half-copy {
	padding-left: 50px;
	padding-right: 30px;
}

.cs-third-copy {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-right: 80px;
}

.value-copy {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-right: 80px;
}

.example-item {
	padding: 150px 0;
}

.example-item-content {
	max-width: 45%;
	font-size: 18px;
	font-size: 18rem;
}

[data-template="expertise-software"] .expertise-header-img-bg {
	margin-left: 35%;
}

#waaffle .example-hero-2 {
	top: 24%;
}

#waaffle .example-hero-2 img {
	width: 140px;
}

.blog-welcome {
	top: 43px;
	top: 43px;
	font-size: 14px;
	font-size: 14rem;
}

.blog-filters {
	font-size: 14px;
	font-size: 14rem;
}

.form-field input {
	max-width: none;
	font-size: 20px;
	font-size: 20rem;
}

.form-field textarea {
	font-size: 20px;
	font-size: 20rem;
}

.form-field .form-field-col {
	width: 48%;
}

.form-field .form-field-col + .form-field-col {
	margin: 0 0 0 4%;
}

.planner-controls {
	width: 100%;
}

.planner-controls .step-back {
	margin: 0 10px 0 0;
}

.planner-controls .step-forward,
.planner-controls .step-submit {
	float: right;
}

.error-msg {
	margin: 0 200px;
	text-align: center;
	float: none;
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 14rem;
}

}

@media only screen and (max-width: 1140px) {

.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media (max-width: 1100px) {

.main-footer {
	font-size: 13px;
	font-size: 13rem;
}

.footer-subscribe {
	max-width: 280px;
}

.blog-welcome {
	display: none;
}

.blog-filters {
	left: 250px;
	margin: 0;
	width: auto;
}

.blog-filter-item {
	padding: 0 25px 0 0;
	margin: 0 30px 0 0;
}

.categories-options {
	width: 150px;
	margin-left: -75px;
	font-size: 14px;
	font-size: 14rem;
}

}

@media (max-width: 1024px) {

.mouse {
	top: 160%;
}

.case-studies .summary h3 {
	font-size: 55px;
	font-size: 55rem;
}

.case-studies .summary p {
	font-size: 18px;
	font-size: 18rem;
}

}

@media (max-width: 1023px) {

.menu-feature .blog-item h3 {
	font-size: 24px;
	font-size: 24rem;
}

.menu-feature .blog-item {
	font-size: 18px;
	font-size: 18rem;
}

.blog-item .blog-hero-thumb {
	margin-bottom: 40px;
}

.blog-item h1,
.blog-item h2,
.blog-item h3 {
	font-size: 24px;
	font-size: 24rem;
}

.common-blog-listing .blog-item {
	padding: 30px;
}

.homepage-blog-listing .blog-item {
	margin: 0 0 70px;
}

.homepage-blog-listing .blog-item:not(.feature-blog-item) {
	padding: 0 0 0 40px;
}

.homepage-blog-listing .blog-item.feature-blog-item {
	padding: 0 80px 0 0;
	font-size: 18px;
	font-size: 18rem;
}

.homepage-blog-listing .blog-item.feature-blog-item .blog-hero-thumb {
	margin: 40px -40px 45px 0;
}

.aside-blog-post .blog-item h1,
.aside-blog-post .blog-item h2,
.feature-blog-post .blog-item h1,
.feature-blog-post .blog-item h2 {
	font-size: 32px;
	font-size: 32rem;
}

.aside-blog-post .blog-item .blog-teaser,
.feature-blog-post .blog-item .blog-teaser {
	font-size: 18px;
	font-size: 18rem;
}

.feature-blog-post .blog-item .blog-item-content {
	margin: 40px auto 0;
}

.aside-blog-post .blog-item .blog-item-content {
	width: 100%;
	max-width: 760px;
	padding: 0 30px;
	margin: 40px auto 0;
}

.testimonial-block {
	font-size: 30px;
	font-size: 30rem;
}

.sub-nav-content {
	bottom: 30px;
	padding: 0 30px;
	width: 75%;
}

.sub-nav-content h2 {
	font-size: 30px;
	font-size: 30rem;
}

body .expertise-centre {
	width: 250px;
	height: 250px;
	margin: -125px 0 0 -125px;
}

.expertise-centre-content {
	font-size: 16px;
	font-size: 16rem;
}

body .panel-opening-content {
	padding-bottom: 90px;
}

body .panel-opening-content h1 {
	font-size: 60px;
	font-size: 60rem;
}

.main-footer {
	font-size: 15px;
	font-size: 15rem;
}

.main-footer .left,
.main-footer .right {
	float: none;
	text-align: center;
	margin: 20px 0;
}

.main-footer .start-project-cta {
	margin: 0 0 50px;
}

.footer-subscribe {
	max-width: 360px;
	margin: 40px auto;
}

#svg svg {
	max-width: 90%;
	max-height: 500px;
}

.work-container-group .testimonial-block {
	padding-top: 100px;
}

#perthdevicelab .example-hero-1 img,
#perthdevicelab .example-hero-2 img {
	width: 400px;
	height: auto;
}

.cs-panel h2 {
	margin: 0 0 30px;
	line-height: 40px;
	font-size: 30px;
	font-size: 30rem;
}

.padded-cs-panel.padded-150 {
	padding: 120px 0;
}

.padded-cs-panel.padded-top-150 {
	padding-top: 120px;
}

.padded-cs-panel.padded-bottom-150 {
	padding-bottom: 120px;
}

.padded-cs-panel.padded-200 {
	padding: 150px 0;
}

.padded-cs-panel.padded-top-200 {
	padding-top: 150px;
}

.padded-cs-panel.padded-bottom-200 {
	padding-bottom: 150px;
}

.padded-cs-panel.padded-bottom-240 {
	padding-bottom: 150px;
}

.padded-cs-panel.padded-bottom-300 {
	padding-bottom: 200px;
}

.cs-half-copy:not(.cs-copy-inherit) h2 {
	font-size: 20px;
	font-size: 20rem;
}

.cs-third-copy h2 {
	font-size: 20px;
	font-size: 20rem;
}

.value-copy {
	line-height: 1.5;
	font-size: 18px;
	font-size: 18rem;
}

.value-copy h2 {
	font-size: 35px;
	font-size: 35rem;
}

.value-num {
	margin-top: 4px;
	font-size: 30px;
	font-size: 30rem;
}

.beliefs-wrapper h2 {
	text-align: center;
}

.wwb-list {
	display: none;
}

.wwp-items-group {
	width: 100%;
}

.wwb-content {
	text-align: center;
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
	padding: 0;
}

.wwb-content h3 {
	display: block;
}

body .expertise-header h1 {
	font-size: 60px;
	font-size: 60rem;
}

.expertise-icon-grid {
	margin: 0 0 100px -40px;
}

.expertise-icon-grid .col {
	padding-left: 40px;
}

.example-item {
	padding: 100px 0;
	height: 80vh;
	min-height: 700px;
}

#flowerbros .example-hero-1 {
	top: 26%;
}

#flowerbros .example-hero-1 img {
	width: 200px;
}

body .about-intro h1 {
	font-size: 60px;
	font-size: 60rem;
}

.blog-item .blog-content .post-share {
	position: relative !important;
	top: auto !important;
	padding: 24px 0 20px;
	margin: 50px 0 -30px;
	border: 1px solid #ebebeb;
	text-align: center;
}

.blog-item .blog-content .post-share h2,
.blog-item .blog-content .post-share a {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle;
}

.blog-item .blog-content .post-share h2 {
	margin: 0;
	padding: 0 0 5px;
}

}

@media (max-width: 1020px) {

.blog-item .blog-hero-thumb {
	padding: 0 20px !important;
}

}

@media (max-width: 1000px) {

[data-template="blogs-listing"] .common-blog-listing {
	margin: 0 0 100px;
}

[data-template="blogs-listing"] .feature-blog-post {
	border-bottom: none;
}

[data-template="expertise-software"] .expertise-header-img-bg {
	background-position: left bottom;
}

}

@media screen and (max-width: 960px) and (max-height: 1023px) {

.planner-controls {
	padding: 0 30px;
}

}

@media (max-width: 960px) {

.homepage-blog-listing .blog-item {
	float: none !important;
	width: auto !important;
}

.homepage-blog-listing .blog-item:not(.feature-blog-item) {
	padding: 0;
}

.homepage-blog-listing .blog-item.feature-blog-item {
	padding: 0;
	font-size: 18px;
	font-size: 18rem;
}

.homepage-blog-listing .blog-item.feature-blog-item .blog-hero-thumb {
	margin: 40px 0 45px 0;
}

.blog-more-container {
	float: none;
	width: auto;
	padding: 0;
	text-align: center;
}

.quick-look {
	font-size: 16px;
	font-size: 16rem;
}

.from-lab .col {
	width: 44%;
	margin: 20px 0 0;
}

.from-lab .col:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.from-lab .col h4 {
	margin: 0 0 10px;
}

.work-grid-items-wrap:not(.related-work-items) .work-grid-item-outer {
	width: 50%;
	margin: 50px 0 0;
}

.work-grid-items-wrap:not(.related-work-items) .work-grid-item-outer:nth-child(3n+1) {
	clear: none;
}

.work-grid-items-wrap:not(.related-work-items) .work-grid-item-outer:nth-child(2n+1) {
	clear: left;
}

.work-grid-item h2 {
	font-size: 20px;
	font-size: 20rem;
}

.subscribe-panel {
	padding: 35px 30px;
}

.subscribe-form {
	float: none;
	margin: 0 auto 25px;
	width: 80%;
	text-align: center;
}

.subscribe-social-links {
	float: none;
	text-align: center;
}

.col-50.col-padding {
	padding: 0 20px 0 0;
}

.col-50.col-padding + .col-50.col-padding.col-padding {
	padding: 0 0 0 20px;
}

.mid-col-50 {
	width: 50%;
}

.mid-col-50:nth-child(2n+1) {
	clear: both;
}

.mouse {
	display: none;
}

.work-grid-items-wrap:not(.related-work-items) .work-grid-item-outer {
	width: 50%;
	margin: 50px 0 0;
}

.work-grid-items-wrap:not(.related-work-items) .work-grid-item-outer:nth-child(3n+1) {
	clear: none;
}

.work-grid-items-wrap:not(.related-work-items) .work-grid-item-outer:nth-child(2n+1) {
	clear: left;
}

.work-grid-item h2 {
	font-size: 20px;
	font-size: 20rem;
}

.more-work-cta {
	margin: 20px 0 0;
}

.wwb-hero {
	width: 70%;
	margin: 0 auto;
}

.expertise-header-content {
	max-width: 450px;
}

#example-met .example-hero-1 {
	width: 230px;
	height: 560px;
	margin: -280px 5% 0 0;
}

#example-met .example-hero-2 {
	width: 150px;
	height: 155px;
	margin: -77px 24% 0 0;
}

#example-curtin .example-hero-1 {
	left: 55%;
}

[data-template="expertise-ecommerce"] .expertise-header-img {
	width: 520px;
	height: 376px;
}

#sodashi .example-hero-3 {
	top: 65%;
	right: 52%;
}

#sodashi .example-hero-3 img {
	width: 75px;
}

#dusk .example-hero-2 {
	left: 50%;
}

#dusk .example-hero-2 img {
	width: 75px;
}

body .planner-wrapper-inner {
	width: 100%;
}

.planner-indicators {
	left: 29px;
}

body .planner-step {
	padding: 0 30px;
}

.planner-thankyou-content {
	padding: 0 30px 50px;
}

.planner-controls {
	width: auto;
	left: 30px;
	right: 30px;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media (max-width: 900px) {

.filter-search {
	display: none;
}

}

@media (max-width: 830px) {

.site-menu .header-logo {
	top: 20px;
}

.main-header.on-scroll ~ .site-menu .header-logo {
	top: 20px;
}

.main-header.on-scroll ~ .site-menu .menu-close {
	top: 22px;
}

.menu-feature .blog-item {
	font-size: 16px;
	font-size: 16rem;
}

.menu-feature .blog-item h3 {
	font-size: 24px;
	font-size: 24rem;
}

.menu-primary {
	font-size: 30px;
	font-size: 30rem;
}

.aside-blog-post .blog-item,
.feature-blog-post .blog-item {
	padding: 70px 0;
}

.quick-look .col.col-50 {
	float: none;
	width: auto;
	padding: 0 !important;
}

.quick-look-list.quick-look-borders {
	margin: 0 0 30px;
}

.sub-nav-content h2 {
	margin: 0;
}

.sub-nav-content .sub-nav-teaser {
	display: none;
}

.generic-copy-column {
	font-size: 18px;
	font-size: 18rem;
}

.generic-copy-column h2 {
	margin: 40px 0 20px;
}

.generic-copy-column h3 {
	margin: 30px 0 20px;
}

.generic-copy-column h4 {
	margin: 20px 0 10px;
}

.generic-copy-column ul,
.generic-copy-column ol {
	margin: 30px 0;
}

.generic-copy-column ul ul,
.generic-copy-column ul ol,
.generic-copy-column ol ul,
.generic-copy-column ol ol {
	margin: 15px 0;
}

.header-dark-override .main-header {
	background: #fff;
}

.header-dark-override .main-header .main-nav a {
	color: #1b1d1e;
}

.header-dark-override .main-header .nav-links li:after,
.header-dark-override .main-header .hamburger .patty {
	background-color: #1b1d1e;
}

.main-header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #1b1d1e;
}

html.desktop .main-header.header-dark {
	background: #fff;
}

.header-logo {
	width: 145px;
	height: 34px;
}

.header-logo svg {
	width: 145px;
	height: 34px;
}

.main-nav {
	margin: 3px 0 0;
}

.home-opening-msg-wrap {
	padding-top: 0 !important;
}

.case-studies .summary {
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	left: 0 !important;
	bottom: 120px;
	width: 100%;
	max-width: none;
	text-align: center;
	-webkit-transform: none;
	transform: none;
	padding: 0 35px;
}

.case-studies .summary * {
	opacity: 1 !important;
	margin-left: 0 !important;
}

.case-studies .summary h3 {
	font-size: 40px;
	font-size: 40rem;
}

.case-studies .summary h3 br {
	display: none;
}

.case-studies .summary p {
	font-size: 16px;
	font-size: 16rem;
}

.cs-half-copy:not(.cs-copy-inherit) {
	font-size: 16px;
	font-size: 16rem;
}

.cs-half-copy:not(.cs-copy-inherit) h2 {
	margin: 0 0 15px;
	font-size: 18px;
	font-size: 18rem;
}

.cs-third-copy h2 {
	font-size: 18px;
	font-size: 18rem;
}

.value-copy {
	line-height: 1.4;
	font-size: 16px;
	font-size: 16rem;
}

.value-copy h2 {
	margin: 0 0 15px;
	font-size: 30px;
	font-size: 30rem;
}

.panel-about-wrap {
	background: #1b1d1e url(../img/about-header-img.jpg) no-repeat center top 70px !important;
	background-size: 100% auto !important;
}

.panel-about-wrap:before {
	background: url(../img/about-header-mask.png) no-repeat center top 70px !important;
	background-size: 100% auto !important;
}

.blog-filters {
	top: 27px;
}

.blog-item .blog-content {
	font-size: 18px;
	font-size: 18rem;
}

.blog-item .blog-content h2 {
	margin: 40px 0 20px;
}

.blog-item .blog-content h3 {
	margin: 30px 0 20px;
}

.blog-item .blog-content h4 {
	margin: 20px 0 10px;
}

.blog-item .blog-content ul,
.blog-item .blog-content ol {
	margin: 30px 0;
}

.blog-item .blog-content ul ul,
.blog-item .blog-content ul ol,
.blog-item .blog-content ol ul,
.blog-item .blog-content ol ol {
	margin: 15px 0;
}

body .contact-details {
	font-size: 20px;
	font-size: 20rem;
}

body .contact-details a {
	font-size: 20px;
	font-size: 20rem;
}

body .contact-details h1 {
	font-size: 35px;
	font-size: 35rem;
}

.contact-slack .contact-slack-comments:before {
	font-size: 100px;
	font-size: 100rem;
}

.hide-nav .main-header {
	display: none;
}

.hide-nav .main-header-planner {
	display: block;
}

.planner-close {
	position: fixed;
}

.error-msg {
	line-height: normal;
	padding: 6px 0 0;
}

.type-selection label {
	height: 165px;
	padding: 115px 0 0;
}

.type-selection label:after {
	display: none;
}

.type-selection label:before {
	top: 30px;
	line-height: 60px;
}

.type-selection .icon-web:before {
	font-size: 50px;
	font-size: 50rem;
}

.type-selection .icon-mobile:before {
	font-size: 55px;
	font-size: 55rem;
}

.type-selection .icon-ecomm:before {
	font-size: 50px;
	font-size: 50rem;
}

.type-selection .icon-other:before {
	font-size: 53px;
	font-size: 53rem;
}

}

@media (max-width: 800px) {

.step-in {
	opacity: 1 !important;
}

.step-in-left {
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.step-in-right {
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.step-out-right {
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.step-out-left {
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.step-up {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.step-down {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@media (max-width: 767px) {

.menu-col .menu-col-inner {
	padding: 40px 0;
}

.menu-primary {
	margin: 0 0 30px !important;
	font-size: 20px;
	font-size: 20rem;
}

.menu-primary li + li {
	margin: 10px 0 0;
}

.menu-secondary {
	margin: 0;
}

.menu-secondary li + li {
	margin: 10px 0 0;
}

.common-blog-listing > h2 {
	position: relative;
	left: auto;
	top: auto;
	padding: 20px 30px;
	border-bottom: 1px solid #ebebeb;
}

.common-blog-listing .blog-item {
	width: 50%;
}

.common-blog-listing .blog-item + .blog-item {
	box-shadow: inset 1px 0px 0 #ebebeb;
}

.common-blog-listing:before,
.common-blog-listing:after {
	display: none;
}

.aside-blog-post .blog-item h1,
.aside-blog-post .blog-item h2,
.feature-blog-post .blog-item h1,
.feature-blog-post .blog-item h2 {
	font-size: 28px;
	font-size: 28rem;
}

.quick-look-list.quick-look-list-cols {
	margin: 30px 0 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.from-lab .col {
	width: 100%;
	float: none;
}

.from-lab .col h4 {
	margin: 0 0 5px;
}

.from-lab .col:nth-child(2n+1) {
	padding-bottom: 15px;
}

.from-lab .col + .col {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin: 0;
	padding: 14px 0 15px;
}

.testimonial-block {
	letter-spacing: normal;
	font-size: 24px;
	font-size: 24rem;
}

.testimonial-block footer {
	font-size: 16px;
	font-size: 16rem;
}

.work-grid-items-wrap .work-grid-item-outer {
	clear: both;
	width: 100% !important;
	margin: 30px 0 0 !important;
}

body {
	letter-spacing: 0;
}

.padded-container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padded-container-large {
	padding-top: 90px;
	padding-bottom: 90px;
}

.sml-col-100 {
	clear: both;
	width: 100%;
}

.sml-col-50 {
	width: 50%;
}

.sml-col-50:nth-child(2n+1) {
	clear: both;
}

body .panel-opening-content {
	padding-top: 180px;
}

body .panel-opening-content h1 {
	font-size: 40px;
	font-size: 40rem;
}

.generic-copy-column {
	font-size: 16px;
	font-size: 16rem;
}

.generic-copy-column h2 {
	margin: 35px 0 20px;
	font-size: 22px;
	font-size: 22rem;
}

.generic-copy-column h3 {
	margin: 25px 0 20px;
	font-size: 18px;
	font-size: 18rem;
}

.generic-copy-column h4 {
	margin: 15px 0 10px;
	font-size: 16px;
	font-size: 16rem;
}

.generic-copy-column ul,
.generic-copy-column ol {
	margin: 20px 0;
}

.generic-copy-column ul ul,
.generic-copy-column ul ol,
.generic-copy-column ol ul,
.generic-copy-column ol ol {
	margin: 10px 0;
}

.nav-links li {
	margin: 0 0 0 20px;
}

.main-footer {
	font-size: 18px;
	font-size: 18rem;
}

.start-project-cta {
	font-size: 30px;
	font-size: 30rem;
}

.footer-tertiary {
	font-size: 14px;
	font-size: 14rem;
}

.panel-intro {
	min-height: 90vh;
}

html.ios.safari .panel-intro {
	min-height: calc(100vh - 68px) !important;
}

html.android.mobile .panel-intro {
	min-height: calc(100vh - 55px) !important;
}

html.android.tablet .panel-intro {
	min-height: calc(100vh - 95px) !important;
}

.home-opening-msg-wrap {
	display: block;
	padding: 0px !important;
}

.home-opening-msg {
	position: absolute;
	max-height: 330px;
	left: 35px;
	top: 50%;
	right: 35px;
	width: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 35px;
}

.home-opening-text {
	font-size: 20px;
	font-size: 20rem;
}

.home-opening-text.home-opening-text-top {
	top: 0;
}

#svg {
	opacity: 0 !important;
	position: absolute;
	height: 100%;
	min-height: 0;
}

.case-studies .panel {
	height: auto;
	min-height: 0;
	padding: 0 0 70px;
}

.case-studies .summary {
	position: relative;
	bottom: auto;
}

.case-studies .panel-sodashi {
	background-color: #e7e7e7;
}

.case-studies .panel-mideastunes {
	background-color: #030615;
}

.case-studies .panel-rottnestisland {
	background-color: #fff;
}

.case-studies .panel-finbar {
	background-color: #171b21;
}

.mobile-svg {
	display: block;
}

.work-container-group .testimonial-block {
	padding-top: 60px;
}

.work-container-toggles {
	margin: 0 -20px;
}

.work-container-toggles li {
	margin: 0;
	font-size: 18px;
	font-size: 18rem;
}

.work-container-toggles a {
	min-width: 120px;
}

.work-grid-items-wrap .work-grid-item-outer {
	clear: both;
	width: 100% !important;
	margin: 30px 0 0 !important;
}

#telethon .example-hero-1,
#facilitate .example-hero-1,
#yappy .example-hero-1,
#advent .example-hero-1,
#rottnestwildlife .example-hero-1,
#boatequity .example-hero-1 {
	top: 11%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#telethon .example-hero-2,
#facilitate .example-hero-2,
#yappy .example-hero-2,
#advent .example-hero-2,
#rottnestwildlife .example-hero-2,
#boatequity .example-hero-2 {
	right: 64% !important;
	left: auto !important;
}

#telethon .example-hero-1,
#facilitate .example-hero-1,
#yappy .example-hero-1,
#advent .example-hero-1,
#rottnestwildlife .example-hero-1,
#boatequity .example-hero-1 {
	top: 11%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#telethon .example-hero-2,
#facilitate .example-hero-2,
#yappy .example-hero-2,
#advent .example-hero-2,
#rottnestwildlife .example-hero-2,
#boatequity .example-hero-2 {
	right: 64% !important;
	left: auto !important;
}

#tradewinds .example-hero-1,
#vectr .example-hero-1,
#mpire .example-hero-1 {
	top: 11%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#tradewinds .example-hero-2,
#vectr .example-hero-2,
#mpire .example-hero-2 {
	left: 64% !important;
	right: auto !important;
	-webkit-transform: translateX(50%) !important;
	transform: translateX(50%) !important;
}

#spookfish .example-item-hero.example-hero-1 {
	left: 25% !important;
	top: 22%;
}

#spookfish .example-item-hero.example-hero-1 img {
	width: 216px;
}

#spookfish .example-item-hero.example-hero-2 {
	left: 50% !important;
}

#spookfish .example-item-hero.example-hero-1 {
	display: none;
}

#getterms,
#breakupie8 {
	padding-top: 350px;
}

#getterms .example-hero-1,
#breakupie8 .example-hero-1 {
	top: 5%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#simplesafe .example-hero-1 {
	top: 5%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#simplesafe .example-hero-1 img {
	width: 400px;
	height: auto;
}

#perthdevicelab {
	padding-top: 400px;
}

#perthdevicelab .example-hero-1,
#perthdevicelab .example-hero-2 {
	top: 5%;
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#perthdevicelab .example-hero-1 img,
#perthdevicelab .example-hero-2 img {
	width: 300px;
}

#modaal {
	padding-top: 400px;
}

#modaal .example-hero-1 {
	top: 5%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#modaal .example-hero-1 img {
	width: 400px;
	height: auto;
}

.case-study-header.active svg {
	max-height: 720px;
}

.cs-panel {
	font-size: 16px;
	font-size: 16rem;
}

.cs-panel h2 {
	margin: 0 0 25px;
	line-height: 35px;
	font-size: 26px;
	font-size: 26rem;
}

.cs-panel .testimonial-block {
	font-size: 24px;
	font-size: 24rem;
}

.padded-cs-panel {
	padding: 40px 0;
}

.padded-cs-panel.padded-bottom-double {
	padding-bottom: 80px;
}

.padded-cs-panel.padded-top-double {
	padding-top: 80px;
}

.padded-cs-panel.padded-75 {
	padding: 40px 0;
}

.padded-cs-panel.padded-150 {
	padding: 40px 0;
}

.padded-cs-panel.padded-top-150 {
	padding-top: 40px;
}

.padded-cs-panel.padded-bottom-150 {
	padding-bottom: 40px;
}

.padded-cs-panel.padded-200 {
	padding: 40px 0;
}

.padded-cs-panel.padded-top-200 {
	padding-top: 40px;
}

.padded-cs-panel.padded-bottom-200 {
	padding-bottom: 40px;
}

.padded-cs-panel.padded-bottom-240 {
	padding-bottom: 40px;
}

.padded-cs-panel.padded-bottom-300 {
	padding-bottom: 80px;
}

.padded-cs-panel.padded-double {
	padding: 60px 0;
}

.padded-cs-panel.padded-bottom-triple {
	padding-bottom: 120px;
}

.padded-cs-panel.padded-top-triple {
	padding-top: 120px;
}

.cs-panel-two-cols-img .cs-col-1,
.cs-panel-two-cols-img .cs-col-2 {
	width: 100%;
	float: none;
	display: block;
}

.cs-panel-three-cols-img .cs-col-1,
.cs-panel-three-cols-img .cs-col-2,
.cs-panel-three-cols-img .cs-col-3 {
	width: 100%;
	float: none;
	display: block;
}

.cs-panel-three-cols-img .cs-col-1 span,
.cs-panel-three-cols-img .cs-col-2 span,
.cs-panel-three-cols-img .cs-col-3 span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-panel-three-cols-img .cs-col-1:after,
.cs-panel-three-cols-img .cs-col-2:after,
.cs-panel-three-cols-img .cs-col-3:after {
	width: 100%;
	padding-bottom: 100%;
	display: block;
}

.cs-panel-full-video .cs-panel-video-trigger:before {
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}

.cs-panel-full-video .cs-panel-video-trigger:after {
	border-width: 20px 0 20px 30px;
	margin: -20px 0 0 -10px;
}

.cs-panel-video {
	padding: 60px 30px;
}

.cs-panel-video .cs-panel-video-trigger:before {
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}

.cs-panel-video .cs-panel-video-trigger:after {
	border-width: 20px 0 20px 30px;
	margin: -20px 0 0 -10px;
}

.cs-screenshots {
	padding: 80px 30px;
}

.cs-half-half:before {
	display: none;
}

.cs-half-copy-wrap {
	display: block;
	text-align: center;
	position: relative;
	top: auto;
	bottom: auto;
}

.cs-half-copy {
	margin: 0 auto;
	float: none !important;
	padding: 100px 0;
	width: 70%;
}

.cs-half-hero-img {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	margin: 0;
	width: 100%;
	padding: 0 0 100%;
}

.half-inline-img-left .cs-half-half-inline-img,
.half-inline-img-right .cs-half-half-inline-img {
	float: none;
	width: 100%;
}

.half-inline-img-right .cs-half-half-inline-img {
	padding-right: 0;
}

.half-inline-img-left .cs-half-half-inline-img {
	padding-left: 0;
}

.half-inline-img-left .cs-half-copy {
	padding: 100px 0;
}

.cs-third-two-third:before {
	display: none;
}

.cs-third-copy-wrap {
	display: block;
	text-align: center;
	position: relative;
	top: auto;
	bottom: auto;
}

.cs-third-copy {
	margin: 0 auto;
	float: none !important;
	padding: 100px 0;
}

.cs-third-hero-img {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	margin: 0;
	width: 100%;
	padding: 0 0 100%;
}

.panel-value:before {
	display: none;
}

.value-copy-wrap {
	display: block;
	text-align: center;
	position: relative;
	top: auto;
	bottom: auto;
}

.value-copy {
	margin: 0 auto;
	float: none !important;
	padding: 100px 0;
	font-size: 16px;
	font-size: 16rem;
}

.value-copy h2 {
	font-size: 30px;
	font-size: 30rem;
}

.value-hero-img {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	margin: 0;
	width: 100%;
	padding: 0 0 100%;
}

.value-num {
	display: none;
}

.clients-list {
	padding: 50px 0 0;
}

.beliefs-wrapper h2 {
	margin: 0 0 10px;
}

.wwb-content {
	font-size: 18px;
	font-size: 18rem;
}

.wwb-content h3 {
	font-size: 30px;
	font-size: 30rem;
}

.awards-wrapper h2 {
	margin: 0 0 70px;
}

.awards-list .award-row {
	padding-left: 100px;
}

.award-col {
	display: block;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 0 30px;
}

.award-col + .award-col {
	margin: 5px 0 0;
}

body .expertise-header {
	padding-top: 0;
}

body .expertise-header h1 {
	margin: 0 0 30px;
	font-size: 40px;
	font-size: 40rem;
}

body .expertise-header .expertise-cta {
	margin: 25px 0 0;
}

.expertise-header-inner {
	width: 100%;
	padding-top: 100px;
}

.expertise-header-content {
	margin: 0 auto;
	text-align: center;
	max-width: 550px;
}

.expertise-header-teaser {
	margin: 0 auto;
	max-width: none !important;
}

.expertise-icon-grid {
	margin-top: -40px;
	margin-bottom: 100px;
}

.expertise-icon-grid + .testimonial-block {
	padding-bottom: 0;
}

.expertise-icon-grid .col {
	padding-top: 40px;
}

.expertise-icon-grid h2 {
	margin: 10px 0;
}

.example-item {
	padding: 50px 0;
	padding: 450px 0 60px;
	min-height: 0;
	height: auto;
}

.example-item .container {
	display: block;
}

.example-item:nth-child(1) {
	margin: 30px 0 0 0;
}

.example-item-content {
	max-width: none;
	font-size: 16px;
	font-size: 16rem;
}

.example-item-content h2 {
	margin: 0 0 25px;
	font-size: 30px;
	font-size: 30rem;
	line-height: 37px;
}

.example-item-hero {
	left: 50% !important;
	right: auto !important;
	top: 10%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

.example-item-hero.example-hero-2 {
	top: 15%;
	left: 70% !important;
}

.example-item-text,
.example-item-services,
.example-testimonial {
	max-width: none !important;
}

.explore-others {
	display: none;
}

.expertise-examples-wrap .clients-list {
	padding: 0 0 50px;
}

.expertise-examples-wrap .clients-list li:last-child {
	display: none;
}

[data-template="expertise-websites"] .expertise-header-img-bg {
	opacity: 0.3;
}

#finbar .example-hero-1 {
	right: 29%;
	top: 4%;
}

#finbar .example-hero-1 .device {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#finbar .example-hero-2 {
	right: 58%;
	top: 17%;
}

#finbar .example-hero-2 .device {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#rottnest {
	padding-top: 350px;
}

#rottnest .example-hero-2 {
	left: 64%;
	top: 18%;
}

#rottnest .example-hero-2 .device {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#rottnest .example-hero-1 {
	left: 50%;
	top: 5%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#premium-lighting .example-hero-1 {
	right: auto;
	left: 55%;
	top: 10.5%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#premium-lighting .example-hero-1 .device {
	-webkit-transform: none;
	transform: none;
}

#premium-lighting .example-hero-2 {
	right: auto;
	left: 21%;
	top: 21%;
	-webkit-transform: none !important;
	transform: none !important;
}

#skydive .example-hero-1 {
	top: 11%;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#skydive .example-hero-1 .device {
	-webkit-transform: none;
	transform: none;
}

#loyalkaspar {
	padding-top: 350px;
}

#loyalkaspar .example-hero-1 {
	left: 50%;
	top: 5%;
	right: auto;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#loyalkaspar .example-hero-2 {
	left: 64%;
	top: 18%;
	right: auto;
}

#loyalkaspar .example-hero-2 .device {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

[data-template="expertise-apps"] .expertise-header-img-wrap {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0.3;
}

[data-template="expertise-apps"] .expertise-header-inner {
	vertical-align: middle !important;
}

#example-met .example-hero-1 {
	right: auto;
	top: 5%;
	left: 50% !important;
	width: 170px;
	height: 370px;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	margin: 0;
}

#example-met .example-hero-2 {
	left: auto !important;
	right: 50% !important;
	margin: 0 28px 0 0;
	top: 30%;
	-webkit-transform: none !important;
	transform: none !important;
}

#example-curtin .example-hero-1 {
	top: 11%;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#example-curtin .example-hero-1 .device {
	-webkit-transform: none;
	transform: none;
}

[data-template="expertise-ecommerce"] .expertise-header-img-bg {
	opacity: 0.5;
}

[data-template="expertise-ecommerce"] .expertise-header-img-wrap {
	top: auto;
	bottom: 0;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

[data-template="expertise-ecommerce"] .expertise-header-img {
	width: 300px;
	height: 214px;
}

[data-template="expertise-ecommerce"] .expertise-header-inner {
	vertical-align: top !important;
	padding-bottom: 150px;
}

#sodashi .example-hero-1 {
	top: 4%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#sodashi .example-hero-2 {
	top: 22%;
	right: auto;
	left: 29%;
}

#sodashi .example-hero-3 {
	top: 28%;
	left: 61%;
	right: auto;
	margin: 0 0 0 30px;
}

#sodashi .example-hero-3 img {
	width: 55px;
}

#dusk {
	padding-top: 350px;
}

#dusk .example-hero-2 {
	left: auto;
	right: 66%;
	top: 17.3%;
}

#dusk .example-hero-2 img {
	-webkit-transform: none;
	transform: none;
}

#dusk .example-hero-1 {
	left: 50%;
	top: 5%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#fremantlearts .example-hero-1 {
	top: 11%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#fremantlearts .example-hero-2 {
	right: 64% !important;
	left: auto !important;
}

#flowerbros {
	padding-top: 350px;
}

#flowerbros .example-hero-1 {
	left: auto !important;
	right: 50% !important;
	top: 4%;
	margin: 0 60px 0 0;
	-webkit-transform: none !important;
	transform: none !important;
}

#flowerbros .example-hero-1 img {
	width: 140px;
}

#flowerbros .example-hero-2 {
	top: 5%;
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

[data-template="expertise-software"] .expertise-header-img-bg {
	top: auto;
	bottom: 0;
	left: 0 !important;
	background-position: center bottom -28vw;
	background-size: 100%;
	-webkit-transform: none;
	transform: none;
	margin: 0;
}

[data-template="expertise-software"] .expertise-header-inner {
	vertical-align: top !important;
	padding-bottom: 300px;
}

#cre {
	padding-top: 350px;
}

#cre .example-hero-1 {
	left: 50%;
	right: auto;
	top: 5%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#cre .example-hero-2 {
	left: 64%;
	right: auto;
	top: 18%;
}

#cre .example-hero-2 .device {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#wholesale {
	padding-top: 350px;
}

#wholesale .example-hero-1 {
	top: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#wholesale .example-hero-1 .device {
	-webkit-transform: none;
	transform: none;
}

#waaffle {
	padding-top: 350px;
}

#waaffle .example-hero-2 {
	left: 50%;
	right: auto;
	top: 19%;
	margin: 0 0 0 120px;
}

#waaffle .example-hero-2 img {
	-webkit-transform: none;
	transform: none;
}

#waaffle .example-hero-1 {
	top: 5%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#placematch {
	padding-top: 350px;
}

#placematch .example-hero-1 {
	top: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#placematch .example-hero-1 .device {
	-webkit-transform: none;
	transform: none;
}

#homebly {
	padding-top: 350px;
}

#homebly .example-hero-1 {
	top: 5%;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

.load-more {
	bottom: 50px;
}

body .about-intro {
	font-size: 18px;
	font-size: 18rem;
	padding: 70vw 10px 5vw 10px;
}

.got-the-chops {
	padding: 0 15px;
}

.got-the-chops h2 {
	margin: 0 0 8px;
	font-size: 30px;
	font-size: 30rem;
}

.blog-item .blog-content h2 {
	margin: 35px 0 20px;
	font-size: 22px;
	font-size: 22rem;
}

.blog-item .blog-content h3 {
	margin: 25px 0 20px;
	font-size: 18px;
	font-size: 18rem;
}

.blog-item .blog-content h4 {
	margin: 15px 0 10px;
	font-size: 16px;
	font-size: 16rem;
}

.blog-item .blog-content ul,
.blog-item .blog-content ol {
	margin: 20px 0;
}

.blog-item .blog-content ul ul,
.blog-item .blog-content ul ol,
.blog-item .blog-content ol ul,
.blog-item .blog-content ol ol {
	margin: 10px 0;
}

body .contact-details {
	font-size: 16px;
	font-size: 16rem;
}

body .contact-details a {
	font-size: 16px;
	font-size: 16rem;
}

body .contact-details h1 {
	font-size: 30px;
	font-size: 30rem;
	line-height: 1.3em;
}

body .contact-details .contact-details-copy {
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body .contact-actions {
	display: block;
}

body .contact-action-item {
	width: auto;
}

.contact-slack input {
	padding-bottom: 15px;
}

.contact-device-lab .contact-action-item-inner {
	padding-bottom: 250px;
}

.contact-device-lab .btn {
	margin: 0;
	left: 30px;
	right: 30px;
	width: auto;
}

.planner-indicators {
	top: 65px;
}

body .planner-step {
	font-size: 16px;
	font-size: 16rem;
}

body .planner-step h2 {
	font-size: 40px;
	font-size: 40rem;
}

.planner-thankyou-content h2 {
	font-size: 22px;
	font-size: 22rem;
}

.planner-thankyou-content h2 em {
	font-size: 50px;
	font-size: 50rem;
	margin: 0 0 8px;
}

.planner-controls .step-forward {
	width: 165px;
	padding: 0 20px;
}

.planner-controls .stop-submit {
	width: 170px;
	padding: 0 20px;
}

.type-selection label {
	box-shadow: inset 0px 0px 0px 2px #fff;
}

.dropzone-foo {
	font-size: 16px;
	font-size: 16rem;
}

}

@media (max-width: 750px) {

.filter-categories {
	display: none;
}

}

@media screen and (max-height: 700px), screen and (max-width: 767px) {

.menu-col {
	width: 100%;
}

.menu-col h2 {
	display: none;
}

.menu-feature {
	display: none !important;
}

.menu-primary {
	margin: 40px 0;
}

}

@media (max-width: 680px) {

.site-menu .header-logo {
	left: 20px;
}

.sub-nav-wrap li {
	padding: 0;
}

.sub-nav-content {
	width: 100%;
	padding: 0 10px;
}

.sub-nav-content h2 {
	font-size: 20px;
	font-size: 20rem;
	padding: 0;
}

body .expertise-centre {
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
}

.subscribe-form {
	width: 100%;
}

.subscribe-form input {
	font-size: 14px;
	font-size: 14rem;
}

.main-header {
	padding: 20px 25px 20px 20px;
}

.case-study-meta {
	font-size: 14px;
	font-size: 14rem;
	padding-left: 10px;
	padding-right: 10px;
}

.case-study-visit {
	padding: 0 10px;
}

.case-study-visit:before,
.case-study-visit:after {
	display: none !important;
}

.case-study-share a {
	padding: 0 10px;
	margin: 0;
}

.case-study-share strong {
	padding: 0 10px 0 0;
}

.staats h2 {
	text-align: center;
}

.staat-item:nth-child(n+3) {
	margin: 40px 0 0;
}

.blog-item .blog-content .post-share {
	padding: 20px 0 16px;
}

.blog-content-cap {
	text-align: center;
}

.blog-cap-social {
	position: relative;
	top: auto;
	right: auto;
	margin: 20px 0 0;
}

.blog-cap-social .social-item {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.comments-wrap {
	margin: 40px 0 0;
}

.hide-nav .main-header-planner {
	padding: 20px 25px 20px 20px;
}

}

@media (max-width: 650px) {

.error-msg {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	clear: both;
	padding: 20px 0 0;
	margin: 0;
}

}

@media screen and (max-width: 600px), screen and (max-height: 1023px) {

.can-load-more .spinner {
	bottom: 20px;
}

body .planner-wrapper {
	position: relative;
	height: auto;
	padding: 150px 0 0;
	top: auto;
	left: auto;
}

body .planner-wrapper-inner {
	height: auto;
	padding: 0 0 120px;
}

.planner-contact {
	position: fixed;
	bottom: auto;
	z-index: 110;
}

body .planner-step {
	position: relative;
	top: auto;
}

.step-instructions {
	height: auto;
	margin: 0 0 40px;
}

.planner-spinner {
	position: fixed;
	margin: -40px 0 0 -40px;
	height: 80px;
	width: 80px;
}

.planner-thankyou-wrap {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
}

.planner-controls {
	margin: 40px 0 30px;
	position: relative;
	left: auto;
	right: auto;
}

.planner-controls:before,
.planner-controls:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.planner-controls:after {
	clear: both;
}

}

@media (max-width: 600px) {

.individual-slide .noUi-base .noUi-handle {
	width: 12px;
	height: 38px;
	left: -6px;
	top: -8px;
}

.menu-close {
	top: 23px;
	right: 25px;
}

.hide-handheld {
	display: none !important;
}

.show-handheld {
	display: block !important;
}

body .panel-opening-content {
	padding-top: 140px;
	padding-bottom: 50px;
	font-size: 16px;
	font-size: 16rem;
}

.main-nav .cta-start-project {
	display: none;
}

.nav-links {
	display: none;
}

.hamburger {
	opacity: 1;
}

.hamburger .patty {
	opacity: 1;
}

.hamburger .patty:nth-child(1) {
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}

.hamburger .patty:nth-child(2) {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.hamburger .patty:nth-child(3) {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hamburger .patty:nth-child(4) {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}

.hamburger .patty:nth-child(5) {
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

html:not(.mobile):not(.tablet) .hamburger:hover .patty,
.hamburger.on_press .patty {
	-webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
	transition: opacity 0.15s linear, transform 0.15s linear;
}

html:not(.mobile):not(.tablet) .hamburger:hover .patty:nth-child(1),
.hamburger.on_press .patty:nth-child(1) {
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);
}

html:not(.mobile):not(.tablet) .hamburger:hover .patty:nth-child(2),
.hamburger.on_press .patty:nth-child(2) {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

html:not(.mobile):not(.tablet) .hamburger:hover .patty:nth-child(3),
.hamburger.on_press .patty:nth-child(3) {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

html:not(.mobile):not(.tablet) .hamburger:hover .patty:nth-child(4),
.hamburger.on_press .patty:nth-child(4) {
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
}

html:not(.mobile):not(.tablet) .hamburger:hover .patty:nth-child(5),
.hamburger.on_press .patty:nth-child(5) {
	-webkit-transform: translateY(14px);
	transform: translateY(14px);
}

.case-study-header-text h2 {
	left: 0;
	margin-left: 0;
	padding: 0 30px;
}

.case-study-meta {
	font-size: 13px;
	font-size: 13rem;
}

.case-study-share {
	padding-right: 5px;
}

.case-study-share a {
	padding: 0 5px;
}

.case-study-share strong {
	padding: 0 5px 0 0;
}

.cs-two-cols .cs-col-1,
.cs-two-cols .cs-col-2 {
	float: none;
	width: auto;
	padding: 0 !important;
	text-align: center;
}

.cs-two-cols .cs-col-2 {
	margin: 30px 0 0;
}

.cs-two-cols .cs-col-2 .cs-stats {
	padding-left: 0;
}

.cs-align-content-wrap {
	padding: 0 30px;
}

.cs-screenshots {
	padding: 30px;
}

.cs-half-copy {
	width: 80%;
}

.cs-third-copy {
	width: 80%;
}

.value-copy {
	width: 80%;
}

body .expertise-header {
	font-size: 16px;
	font-size: 16rem;
}

#finbar .example-hero-1 {
	right: auto;
	left: 35%;
}

#finbar .example-hero-2 {
	right: auto;
	left: 25%;
}

.panel-about-wrap {
	padding: 60px 0 0;
}

body .planner-wrapper {
	padding-top: 120px;
}

body .planner-wrapper-inner {
	padding: 0 0 90px;
}

.planner-contact {
	position: absolute;
	top: auto;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
}

.planner-contact a {
	padding: 0 10px;
}

.planner-indicators {
	top: 49px;
}

.planner-indicators li {
	width: 50px;
}

body .planner-step {
	font-size: 14px;
	font-size: 14rem;
}

body .planner-step h2 {
	margin: 0;
	height: 70px;
	font-size: 30px;
	font-size: 30rem;
}

.form-field input {
	height: 50px;
	font-size: 16px;
	font-size: 16rem;
}

.form-field textarea {
	height: 100px;
	font-size: 16px;
	font-size: 16rem;
}

.form-field .form-field-col {
	float: none;
	width: auto;
	margin: 0 !important;
}

.dropzone-foo {
	margin: 0 0 10px;
	height: 50px;
	line-height: 47px;
	padding-left: 60px;
	font-size: 14px;
	font-size: 14rem;
}

.dropzone-foo:after {
	top: 13px;
	left: 22px;
}

.total-uploaded {
	display: none;
}

.dz-preview {
	display: block;
	bottom: auto;
	width: auto;
	position: relative;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	border-radius: 3px 3px 0 0;
}

.dz-preview + .dz-preview {
	border-radius: 0;
	-webkit-transform: translateY(-2px) !important;
	transform: translateY(-2px) !important;
}

.dz-preview:last-child {
	border-radius: 0 0 3px 3px !important;
}

.sliders-wrap {
	margin: 90px 0 0;
}

.sliders-wrap .range-labels {
	font-size: 20px;
	font-size: 20rem;
}

.sliders-wrap .fixed-label {
	font-size: 16px;
	font-size: 16rem;
}

.individual-slide h3 {
	font-size: 20px;
	font-size: 20rem;
}

.individual-slide .fixed-label {
	top: 100%;
	margin: 7px 0 0;
	font-weight: normal;
	font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size: 12rem;
}

.individual-slide .sliders-wrap {
	padding: 0;
	text-transform: uppercase;
}

.individual-slide .sliders-wrap .label-max {
	right: 0;
	width: auto;
}

.individual-slide + .individual-slide {
	margin: 50px 0 0;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media (max-width: 550px) {

.homepage-blog-listing .blog-item:not(.feature-blog-item) .blog-hero-thumb {
	float: none;
	width: 100%;
}

.homepage-blog-listing .blog-item:not(.feature-blog-item) .blog-teaser {
	margin: 15px 0 0;
}

.sub-nav-wrap li {
	float: none;
	width: auto;
}

.sub-nav-wrap a {
	padding: 0 0 80%;
}

.x-sml-col-100 {
	clear: both;
	width: 100%;
}

.generic-copy-column {
	font-size: 14px;
	font-size: 14rem;
}

.awards-wrapper {
	padding-top: 80px;
}

.awards-wrapper h2 {
	margin: 0 0 50px;
}

.awards-list .award-row {
	padding-left: 60px;
}

.expertise-cta-cap .start-project-cta {
	font-size: 22px;
	font-size: 22rem;
}

#loyalkaspar .example-hero-1 {
	top: 2%;
}

#loyalkaspar .example-hero-1 .device {
	-webkit-transform: none !important;
	transform: none !important;
}

#dusk .example-hero-2 {
	display: none;
}

.contact-device-lab .contact-action-item-inner {
	padding-bottom: 180px;
	max-width: none;
}

.contact-device-lab .contact-action-item-inner p {
	max-width: 490px;
}

.contact-device-lab .contact-action-item-inner {
	background-color: rgba(255, 255, 255, 0.7);
}

.step-instructions br {
	display: none;
}

.step-controls .trigger-analogy,
.step-controls .trigger-dollar {
	display: block;
	width: 100%;
	text-align: center;
}

.form-field + .form-field {
	margin: 25px 0 0;
}

.error-msg {
	position: relative;
	top: auto;
	left: auto;
	padding: 20px 30px 0;
}

.sliders-wrap {
	padding: 0 50px;
}

.sliders-wrap .fixed-label {
	font-size: 12px;
	font-size: 12rem;
}

}

@media (max-width: 480px) {

.device-ipad {
	width: 130px;
	padding: 0 0 155%;
}

.device-ipad:not(.device-landscape) + .device-hero {
	top: 25px;
	bottom: 30px;
}

.device-ipad.device-landscape {
	width: 300px;
	height: 188px;
}

.device-laptop {
	width: 280px;
	height: 182px;
}

.device-laptop + .device-hero {
	height: 160px;
}

.quick-look-list.quick-look-list-cols {
	margin: 30px 0 0;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.sub-nav-wrap li:nth-child(1) .sub-nav-content,
.sub-nav-wrap li:nth-child(2) .sub-nav-content {
	top: 15px;
}

.sub-nav-wrap li:nth-child(3) .sub-nav-content,
.sub-nav-wrap li:nth-child(4) .sub-nav-content {
	bottom: 15px;
}

.sub-nav-wrap a {
	padding: 0 0 100%;
}

body .expertise-centre {
	-webkit-transform: scale(0.6, 0.6);
	transform: scale(0.6, 0.6);
}

.expertise-centre-content {
	font-weight: normal;
	font-family: "GT Walsheim Medium", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subscribe-panel {
	padding-top: 28px;
}

.subscribe-form {
	margin: 0;
}

.subscribe-social-links {
	display: none;
}

.main-footer .right {
	margin: 40px 0 0;
}

.main-footer a {
	display: block;
	margin: 0;
}

.main-footer a + a {
	margin: 10px 0 0;
}

.start-project-cta {
	font-size: 24px;
	font-size: 24rem;
}

.footer-tertiary a {
	padding: 0;
}

.case-studies .panel {
	padding: 0 0 40px;
}

.case-studies .summary h3 {
	font-size: 30px;
	font-size: 30rem;
}

.work-container-toggles li {
	padding-left: 22px;
	padding-right: 22px;
	font-size: 14px;
	font-size: 14rem;
}

.work-container-toggles a {
	padding-left: 0;
	padding-right: 0;
	min-width: 0;
}

.work-container-toggles a:after {
	left: 0;
	right: 0;
}

#telethon .example-hero-1,
#facilitate .example-hero-1,
#yappy .example-hero-1,
#advent .example-hero-1,
#rottnestwildlife .example-hero-1,
#boatequity .example-hero-1 {
	top: 5%;
}

#telethon .example-hero-2,
#facilitate .example-hero-2,
#yappy .example-hero-2,
#advent .example-hero-2,
#rottnestwildlife .example-hero-2,
#boatequity .example-hero-2 {
	display: none;
}

#telethon .example-hero-1,
#facilitate .example-hero-1,
#yappy .example-hero-1,
#advent .example-hero-1,
#rottnestwildlife .example-hero-1,
#boatequity .example-hero-1 {
	top: 5%;
}

#telethon .example-hero-2,
#facilitate .example-hero-2,
#yappy .example-hero-2,
#advent .example-hero-2,
#rottnestwildlife .example-hero-2,
#boatequity .example-hero-2 {
	display: none;
}

#tradewinds .example-hero-1,
#vectr .example-hero-1,
#mpire .example-hero-1 {
	top: 5%;
}

#tradewinds .example-hero-2,
#vectr .example-hero-2,
#mpire .example-hero-2 {
	display: none;
}

#getterms,
#breakupie8 {
	padding-top: 250px;
}

#simplesafe {
	padding-top: 350px;
}

#simplesafe .example-hero-1 img {
	width: 280px;
}

#perthdevicelab {
	padding-top: 300px;
}

#perthdevicelab .example-hero-1 img,
#perthdevicelab .example-hero-2 img {
	width: 250px;
}

#modaal {
	padding-top: 300px;
}

#modaal .example-hero-1 img {
	width: 280px;
}

.case-study-meta {
	text-align: center;
}

.case-study-visit {
	float: none;
	text-align: center;
}

.case-study-share {
	display: none;
}

.cs-half-copy {
	width: 100%;
	padding: 70px 0 !important;
}

.cs-third-copy {
	width: 100%;
	padding: 100px 0 !important;
}

.expertise-intro {
	font-size: 18px;
	font-size: 18rem;
}

.expertise-intro h1,
.expertise-intro p {
	text-align: left;
}

.value-copy {
	width: 100%;
	padding: 100px 0 !important;
}

.clients-logos li {
	width: 50%;
}

.clients-logos li:nth-child(2n+1) {
	border-left: none;
}

.beliefs-wrapper {
	padding: 60px 0 110px;
}

.beliefs-wrapper h2 {
	text-align: left;
}

.wwp-items-group .slick-dots {
	bottom: -40px;
}

.wwb-content {
	font-size: 15px;
	font-size: 15rem;
	text-align: left;
}

.wwb-content h3 {
	margin: 10px 0;
	font-size: 24px;
	font-size: 24rem;
	text-align: left;
}

.example-item {
	padding-top: 250px;
}

.example-item-hero {
	top: 4%;
}

.example-item-hero.example-hero-2 {
	top: 6%;
}

.expertise-cta-cap .start-project-cta span {
	display: none;
}

#finbar .example-hero-1 {
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#finbar .example-hero-2 {
	right: auto;
	left: 25%;
	top: 8%;
}

#finbar .example-hero-2 .device {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

#rottnest {
	padding-top: 250px;
}

#rottnest .example-hero-2 {
	top: 8%;
}

#premium-lighting .example-hero-1 {
	left: 50%;
	top: 3%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

#premium-lighting .example-hero-2 {
	display: none;
}

#skydive .example-hero-1 {
	top: 1%;
}

#loyalkaspar {
	padding-top: 250px;
}

#loyalkaspar .example-hero-2 {
	top: 8%;
}

#example-met .example-hero-1 {
	width: 90px;
	height: 200px;
}

#example-met .example-hero-2 {
	top: 8%;
	margin: 0 -10px 0 0;
}

#example-curtin .example-hero-1 {
	top: 5%;
}

#sodashi .example-hero-1 {
	top: 3%;
}

#sodashi .example-hero-2 {
	display: none;
}

#sodashi .example-hero-3 {
	top: 17%;
	left: 53%;
}

#sodashi .example-hero-3 img {
	width: 35px;
	-webkit-transform: none;
	transform: none;
}

#dusk {
	padding-top: 250px;
}

#fremantlearts .example-hero-1 {
	top: 5%;
}

#fremantlearts .example-hero-2 {
	display: none;
}

#flowerbros {
	padding-top: 250px;
}

[data-template="expertise-software"] .expertise-header-inner {
	padding-bottom: 150px;
}

#cre {
	padding-top: 250px;
}

#cre .example-hero-2 {
	top: 7%;
}

#wholesale {
	padding-top: 280px;
}

#wholesale .example-hero-1 {
	top: 5%;
}

#waaffle {
	padding-top: 250px;
}

#waaffle .example-hero-2 {
	display: none;
}

#placematch {
	padding-top: 280px;
}

#placematch .example-hero-1 {
	top: 5%;
}

#homebly {
	padding-top: 250px;
}

.load-more {
	bottom: 30px;
}

body .about-intro {
	text-align: left;
}

.about-team-grid {
	padding: 0 30px;
}

.do-dont .col {
	width: 100% !important;
	float: none !important;
}

.do-dont .col + .col {
	margin: 60px 0 0;
}

.col-dont {
	padding-left: 0 !important;
}

.planner-contact {
	font-size: 14px;
	font-size: 14rem;
}

.planner-contact a {
	display: block;
}

.planner-contact a + a {
	margin: 8px 0 0;
}

.planner-indicators {
	top: 44px;
	right: 29px;
}

.planner-indicators li {
	width: 19.5%;
}

body .planner-step h2 {
	font-size: 24px;
	font-size: 24rem;
}

.planner-thankyou-content {
	font-size: 16px;
	font-size: 16rem;
}

.dropzone-foo .instructions span {
	display: none;
}

}

@media (max-width: 400px) {

.home-opening-text.home-opening-text-top {
	top: 30px;
}

body .planner-step h2 {
	font-size: 20px;
	font-size: 20rem;
}

.planner-thankyou-content h2 {
	font-size: 20px;
	font-size: 20rem;
}

.planner-thankyou-content h2 em {
	font-size: 35px;
	font-size: 35rem;
}

.planner-controls .step-back {
	width: 82px;
	margin: 0;
}

.planner-controls .step-back:after {
	left: 23px;
}

.planner-controls .step-back:before {
	left: 25px;
	width: 35px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover,
.planner-controls .step-back.on_press {
	background: #e7e7e7;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover:after,
.planner-controls .step-back.on_press:after {
	left: 20px;
}

html:not(.mobile):not(.tablet) .planner-controls .step-back:hover:before,
.planner-controls .step-back.on_press:before {
	left: 22px;
	width: 40px;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media screen and (max-height: 1000px) {

.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 900px) {

.menu-feature .blog-item {
	font-size: 18px;
	font-size: 18rem;
}

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media screen and (max-height: 850px) {

.menu-primary {
	margin: 7vh 0;
	font-size: 30px;
	font-size: 30rem;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
	display: none;
}

}

@media (max-height: 800px) {

.mouse {
	top: 150%;
}

}

@media (max-height: 767px) {

body .expertise-header {
	font-size: 16px;
	font-size: 16rem;
}

body .expertise-header h1 {
	margin: 0 0 30px;
	font-size: 40px;
	font-size: 40rem;
}

}

@media (max-height: 740px) {

.page-error .panel-copy {
	display: block;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
}

}

@media screen and (max-height: 700px) {

.menu-col .menu-col-inner {
	padding: 40px 0;
}

.menu-feature .blog-item .blog-hero-thumb {
	display: none;
}

.menu-feature .blog-item .blog-read-more {
	margin: 20px 0 0;
}

.menu-primary {
	font-size: 20px;
	font-size: 20rem;
}

.menu-primary li + li {
	margin: 15px 0 0;
}

.menu-secondary {
	margin: 0;
}

.menu-secondary li + li {
	margin: 15px 0 0;
}

}

@media (max-height: 670px) {

.mouse {
	display: none;
}

}

@media screen and (max-height: 550px) {

.menu-col .menu-col-inner {
	padding: 40px 0 0;
}

}

@media (max-height: 480px) {

body .expertise-header {
	padding-top: 50px;
}

}

@media screen and (max-height: 480px) {

.menu-primary {
	float: left;
	width: 50%;
	margin: 0 !important;
}

.menu-secondary {
	float: left;
	width: 50%;
	margin: 10px 0 0;
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@keyframes spin {

0% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@-webkit-keyframes mouse-wheel-scroll {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 0;
}

10% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

30% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: 4px;
}

50% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: 20px;
}

70% {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	height: 4px;
	opacity: 1;
}

90% {
	opacity: 0;
}

100% {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
}

}

@keyframes mouse-wheel-scroll {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 0;
}

10% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

30% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: 4px;
}

50% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: 20px;
}

70% {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	height: 4px;
	opacity: 1;
}

90% {
	opacity: 0;
}

100% {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
}

}

@-webkit-keyframes blur {

0%,100% {
	-webkit-filter: blur(0px);
}

50% {
	-webkit-filter: blur(10px);
}

}

@-webkit-keyframes revealHeader {

0% {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	opacity: 0;
}

20% {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@keyframes revealHeader {

0% {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	opacity: 0;
}

20% {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@-webkit-keyframes rotate {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes rotate {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes sk-bouncedelay {

0%,80%,100% {
	-webkit-transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
}

}

@keyframes sk-bouncedelay {

0%,80%,100% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes loading {

0% {
	background-position: 0 -400px;
}

100% {
	background-position: -7px -400px;
}

}

@keyframes loading {

0% {
	background-position: 0 -400px;
}

100% {
	background-position: -7px -400px;
}

}

@keyframes rotate {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

